diff --git a/devices/Cargo.toml b/devices/Cargo.toml index b71484a08..bbf7e8450 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -20,6 +20,9 @@ vm-memory = "0.8.0" vm-migration = { path = "../vm-migration" } vmm-sys-util = "0.10.0" +[target.'cfg(target_arch = "aarch64")'.dependencies] +arch = { path = "../arch" } + [features] default = [] cmos = []