mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
devices: arch is only needed by aarch64
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -20,6 +20,9 @@ vm-memory = "0.8.0"
|
|||||||
vm-migration = { path = "../vm-migration" }
|
vm-migration = { path = "../vm-migration" }
|
||||||
vmm-sys-util = "0.10.0"
|
vmm-sys-util = "0.10.0"
|
||||||
|
|
||||||
|
[target.'cfg(target_arch = "aarch64")'.dependencies]
|
||||||
|
arch = { path = "../arch" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
cmos = []
|
cmos = []
|
||||||
|
|||||||
Reference in New Issue
Block a user