From 081f6de87444bba3cc4c6a7c17ffaea899e1453c Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Thu, 28 Apr 2022 13:41:40 -0500 Subject: [PATCH] versions: change qemu tdx url and tag https://github.com/intel/qemu-dcp is the new repo that supports qemu with Intel TDX fixes #4171 Signed-off-by: Julio Montes --- .../no_patches.txt | 0 versions.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename tools/packaging/qemu/patches/tag_patches/{tdx-qemu-2021.11.29-v6.0.0-rc1-mvp => SPR-BKC-QEMU-v2.2}/no_patches.txt (100%) diff --git a/tools/packaging/qemu/patches/tag_patches/tdx-qemu-2021.11.29-v6.0.0-rc1-mvp/no_patches.txt b/tools/packaging/qemu/patches/tag_patches/SPR-BKC-QEMU-v2.2/no_patches.txt similarity index 100% rename from tools/packaging/qemu/patches/tag_patches/tdx-qemu-2021.11.29-v6.0.0-rc1-mvp/no_patches.txt rename to tools/packaging/qemu/patches/tag_patches/SPR-BKC-QEMU-v2.2/no_patches.txt diff --git a/versions.yaml b/versions.yaml index c885b00c94..bdfd67df94 100644 --- a/versions.yaml +++ b/versions.yaml @@ -100,8 +100,8 @@ assets: .*/v?(\d\S+)\.tar\.gz tdx: description: "VMM that uses KVM and supports TDX" - url: "https://github.com/intel/qemu-tdx" - tag: "tdx-qemu-2021.11.29-v6.0.0-rc1-mvp" + url: "https://github.com/intel/qemu-dcp" + tag: "SPR-BKC-QEMU-v2.2" qemu-experimental: description: "QEMU with virtiofs support"