From 7ded74c068d14df92ea7fd8dd2d0b60dbc6c0173 Mon Sep 17 00:00:00 2001 From: Zvonko Kaiser Date: Tue, 11 Feb 2025 17:18:27 +0000 Subject: [PATCH] gpu: Add version for QEMU+TDX+SNP SNP and TDX patches for GPU are not compatible hence we need an own build for TDX. Signed-off-by: Zvonko Kaiser --- versions.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/versions.yaml b/versions.yaml index 9a58b8bbe..e0c755ad7 100644 --- a/versions.yaml +++ b/versions.yaml @@ -104,6 +104,11 @@ assets: url: "https://github.com/confidential-containers/qemu.git" tag: "gpu-snp-20250211" + qemu-tdx-experimental: + description: "QEMU with GPU+TDX support" + url: "https://github.com/confidential-containers/qemu.git" + tag: "gpu-tdx-20250211" + stratovirt: description: "StratoVirt is an lightweight opensource VMM" url: "https://github.com/openeuler-mirror/stratovirt"