From a0bed72d49c3b1356792a9eb8eb171d6d3cb4b55 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Mon, 13 Dec 2021 09:56:03 -0800 Subject: [PATCH] versions: Upgrade to Cloud Hypervisor v20.1 This is a bug release from Cloud Hypervisor addressing the following issues: 1) Networking performance regression with virtio-net; 2) Limit file descriptors sent in vfio-user support; 3) Fully advertise PCI MMIO config regions in ACPI tables; 4) Set the TSS and KVM identity maps so they don't overlap with firmware RAM; 5) Correctly update the DeviceTree on restore. Details can be found: https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v20.1 Fixes: #3262 Signed-off-by: Bo Chen (cherry picked from commit bbfb10e16998f3ff3273083cf60875a7e9ce6fa2) --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 758a242594..6e4e75ec5b 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: "v20.0" + version: "v20.1" firecracker: description: "Firecracker micro-VMM"