rust-vmm / mshv

Crates for Microsoft Hypervisor ioctls and bindings
Apache License 2.0
29 stars 12 forks source link

mshv-ioctls: Fix aarch64 build #144

Closed rbradford closed 4 months ago

rbradford commented 4 months ago

Conditionally build the parts that are x86-64 only. Tested with:

cross build --target aarch64-unknown-linux-gnu --all-features

Signed-off-by: Rob Bradford rbradford@rivosinc.com

jinankjain commented 4 months ago

Thanks @rbradford for quickly fixing it!