diff --git a/Cargo.toml b/Cargo.toml index 242eb536f..1b0f77589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ test_infra = { path = "test_infra" } wait-timeout = "0.2.0" [features] -default = ["acpi", "cmos", "io_uring", "kvm"] +default = ["common", "kvm"] # Common features for all hypervisors common = ["acpi", "cmos", "fwdebug", "io_uring"] acpi = ["vmm/acpi"]