diff --git a/vm-allocator/Cargo.toml b/vm-allocator/Cargo.toml index 2782bb7d7..1cc0ae9e1 100644 --- a/vm-allocator/Cargo.toml +++ b/vm-allocator/Cargo.toml @@ -4,6 +4,10 @@ edition = "2021" name = "vm-allocator" version = "0.1.0" +[features] +default = [] +kvm = ["arch/kvm"] + [dependencies] libc = "0.2.167" vm-memory = { workspace = true }