mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
versions: Update TDX QEMU
The previously used repo will be removed by Intel, as done with the one used for TDX kernel. The TDX team has already worked on providing the patches that were hosted atop of the QEMU commit with the following hash 4c127fdbe81d66e7cafed90908d0fd1f6f2a6cd0 as a tarball in the https://github.com/intel/tdx-tools repo, see https://github.com/intel/tdx-tools/pull/162. On the Kata Containers side, in order to simplify the process and to avoid adding hundreds of patches to our repo, we've revived the https://github.com/kata-containers/qemu repo, and created a branch and a tag with those hundreds of patches atop of the QEMU commit hash 4c127fdbe81d66e7cafed90908d0fd1f6f2a6cd0. The branch is called 4c127fdbe81d66e7cafed90908d0fd1f6f2a6cd0-plus-TDX-v3.1 and the tag is called TDX-v3.1. Knowing the whole background, let's switch the repo we're getting the TDX QEMU from. Fixes: #5419 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
2de29b6f69
commit
35d52d30fd
@ -100,8 +100,8 @@ assets:
|
|||||||
.*/v?(\d\S+)\.tar\.gz
|
.*/v?(\d\S+)\.tar\.gz
|
||||||
tdx:
|
tdx:
|
||||||
description: "VMM that uses KVM and supports TDX"
|
description: "VMM that uses KVM and supports TDX"
|
||||||
url: "https://github.com/intel/qemu-dcp"
|
url: "https://github.com/kata-containers/qemu"
|
||||||
tag: "SPR-BKC-QEMU-v2.5"
|
tag: "TDX-v3.1"
|
||||||
snp:
|
snp:
|
||||||
description: "VMM that uses KVM and supports AMD SEV-SNP"
|
description: "VMM that uses KVM and supports AMD SEV-SNP"
|
||||||
url: "https://github.com/AMDESE/qemu"
|
url: "https://github.com/AMDESE/qemu"
|
||||||
|
Loading…
Reference in New Issue
Block a user