build: Use "common" feature in default features
This has the side effect of turning "fwdebug" on but that is advantageous. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
277ff84e55
commit
7b7a3abfaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue