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:
Bo Chen
2023-10-04 11:20:34 -07:00
committed by Rob Bradford
parent 11838fca11
commit ff651e0e28
4 changed files with 31 additions and 0 deletions

View File

@@ -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"]