mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Report enabled features from the '/vmm.ping' endpoint
Fixes: #5817 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -64,6 +64,8 @@ serde_json = "1.0.107"
|
||||
test_infra = { path = "test_infra" }
|
||||
wait-timeout = "0.2.0"
|
||||
|
||||
# Please adjust `vmm::feature_list()` accordingly when changing the
|
||||
# feature list below
|
||||
[features]
|
||||
default = ["kvm", "io_uring"]
|
||||
dbus_api = ["zbus", "vmm/dbus_api"]
|
||||
|
||||
Reference in New Issue
Block a user