-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Build fails on arch64 (#429):
Definitions of x86_64-only KvmIoapic are used unconditionally.
error[E0432]: unresolved import `devices::legacy::KvmIoapic`
--> src/vmm/src/device_manager/kvm/mmio.rs:320:9
|
320 | legacy::KvmIoapic,
| ^^^^^^^^^^^^^^^^^ no `KvmIoapic` in `legacy`
|
note: found an item that was configured out
--> /home/pepper/dev/ghrepos/libkrun2/libkrun/src/devices/src/legacy/mod.rs:65:26
|
65 | pub use self::kvmioapic::KvmIoapic;
| ^^^^^^^^^
note: the item is gated here
--> /home/pepper/dev/ghrepos/libkrun2/libkrun/src/devices/src/legacy/mod.rs:64:1
|
64 | #[cfg(all(target_os = "linux", target_arch = "x86_64"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0432]: unresolved import `devices::legacy::KvmIoapic`
--> src/vmm/src/linux/vstate.rs:1776:9
|
1776 | use devices::legacy::KvmIoapic;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `KvmIoapic` in `legacy`
|
note: found an item that was configured out
--> /home/pepper/dev/ghrepos/libkrun2/libkrun/src/devices/src/legacy/mod.rs:65:26
|
65 | pub use self::kvmioapic::KvmIoapic;
| ^^^^^^^^^
note: the item is gated here
--> /home/pepper/dev/ghrepos/libkrun2/libkrun/src/devices/src/legacy/mod.rs:64:1
|
64 | #[cfg(all(target_os = "linux", target_arch = "x86_64"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Metadata
Metadata
Assignees
Labels
No labels