mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-19 22:34:28 +01:00
Highlights from the Cloud Hypervisor release v17.0: 1) ARM64 NUMA support using ACPI; 2) `Seccomp` support for MSHV backend; 3) Hotplug of macvtap devices; 4) Improved SGX support; 5) Inflight tracking for `vhost-user` devices; 6) Bug fixes. Details can be found: https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v17.0 Note: The client code of cloud-hypervisor's OpenAPI is automatically generated by `openapi-generator` [1-2]. As the API changes do not impact usages in Kata, no additional changes in kata's runtime are needed to work with the current version of cloud-hypervisor. [1] https://github.com/OpenAPITools/openapi-generator [2] https://github.com/kata-containers/kata-containers/blob/main/src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md Fixes: #2333 Signed-off-by: Bo Chen <chen.bo@intel.com>