mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-04-01 20:04:37 +00:00
build: Enable io_uring feature by default
Now that we that our CI is running with a kernel that is new enough to support io_uring we can turn this feature on by default. See: #1561 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
2e1866a5db
commit
338521c700
@ -50,7 +50,7 @@ serde_json = "1.0.59"
|
||||
net_util = { path = "net_util" }
|
||||
|
||||
[features]
|
||||
default = ["acpi", "cmos", "kvm"]
|
||||
default = ["acpi", "cmos", "io_uring", "kvm"]
|
||||
acpi = ["vmm/acpi"]
|
||||
cmos = ["vmm/cmos"]
|
||||
fwdebug = ["vmm/fwdebug"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user