From b8844fb8a932b837473f13d1666e625a18e78931 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 3 Mar 2022 15:12:45 -0800 Subject: [PATCH] versions: Upgrade to Cloud Hypervisor v22.0 Highlights from the Cloud Hypervisor release v22.0: 1) GDB Debug Stub Support; 2) `virtio-iommu` Backed Segments (to facilitate hotplug devices that require being behind an IOMMU, e.g. QAT); 3) Before Boot Configuration Changes; 4) `virtio-balloon` Free Page Reporting; 5) Support for Direct Kernel Booting with TDX; 6) PMU Support for AArch64; 7) Documentation Under CC-BY-4.0 License; 8) Deprecation of "Classic" virtiofsd (rust-based virtiofsd now is recommended); 9) Bug fixes on `virtio-balloon`, `virtio-net` with multiple TAP fd support, REST APIs, seccomp filters, migration with `vhost-user`, etc; Details can be found: https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v22.0 Fixes: #3825 Signed-off-by: Bo Chen --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 50d07d23c5..49f5a1e167 100644 --- a/versions.yaml +++ b/versions.yaml @@ -75,7 +75,7 @@ assets: url: "https://github.com/cloud-hypervisor/cloud-hypervisor" uscan-url: >- https://github.com/cloud-hypervisor/cloud-hypervisor/tags.*/v?(\d\S+)\.tar\.gz - version: "b0324f85571c441f840e9bdeb25410514a00bb74" + version: "v22.0" firecracker: description: "Firecracker micro-VMM"