diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 650ff734e..bc8ab5039 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -34,4 +34,5 @@ arch = { path = "../arch" } [features] default = [] +kvm = ["arch/kvm"] pvmemcontrol = []