From 458e91b289564b7e03dafc5b8d83351eba6abbdc Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Tue, 5 Dec 2023 23:26:57 -0800 Subject: [PATCH] runtime-rs: Update readme to indicate cloud-hypervisor support Since cloud-hypervisor is no longer built as an optional feature, lets mention cloud-hypervisor in the list of hypervisors supported by runtime-rs. Fixes: #8587 Signed-off-by: Archana Shinde --- src/runtime-rs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime-rs/README.md b/src/runtime-rs/README.md index 973439975d..f626ebef22 100644 --- a/src/runtime-rs/README.md +++ b/src/runtime-rs/README.md @@ -87,7 +87,7 @@ Resources are classified into two types: For `VirtContainer`, there will be more hypervisors to choose. -Currently, only built-in `Dragonball` has been implemented. +Currently, built-in `Dragonball` has been implemented. We have also added initial support for `cloud-hypervisor` with CI being added next. ### agent