From aaa67df4dd0af22d1a49c5a7b5c295e22f91ab28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 19 Nov 2025 15:46:15 +0100 Subject: [PATCH] versions: Bump experimental {tdx,snp} QEMU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's bump experimental {tdx,snp} QEMU to the tags created Today in the Confidential Containers repo, which match with QEMU 10.2.0-rc1. This bump is specially beneficial for us, as we can get rid of QEMU's double memory allocation when **cold plugging** a GPU. Signed-off-by: Fabiano FidĂȘncio --- .../qemu/patches/tag_patches/gpu-snp-20251119/no_patches.txt | 0 .../qemu/patches/tag_patches/gpu-tdx-20251119/no_patches.txt | 0 versions.yaml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tools/packaging/qemu/patches/tag_patches/gpu-snp-20251119/no_patches.txt create mode 100644 tools/packaging/qemu/patches/tag_patches/gpu-tdx-20251119/no_patches.txt diff --git a/tools/packaging/qemu/patches/tag_patches/gpu-snp-20251119/no_patches.txt b/tools/packaging/qemu/patches/tag_patches/gpu-snp-20251119/no_patches.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tools/packaging/qemu/patches/tag_patches/gpu-tdx-20251119/no_patches.txt b/tools/packaging/qemu/patches/tag_patches/gpu-tdx-20251119/no_patches.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/versions.yaml b/versions.yaml index 0194cab964..cb4f8f6bed 100644 --- a/versions.yaml +++ b/versions.yaml @@ -107,12 +107,12 @@ assets: qemu-snp-experimental: description: "QEMU with GPU+SNP support" url: "https://github.com/confidential-containers/qemu.git" - tag: "gpu-snp-20250211" + tag: "gpu-snp-20251119" qemu-tdx-experimental: description: "QEMU with GPU+TDX support" url: "https://github.com/confidential-containers/qemu.git" - tag: "gpu-tdx-20250211" + tag: "gpu-tdx-20251119" stratovirt: description: "StratoVirt is an lightweight opensource VMM"