versions: update SNP QEMU version

Refactor SNP QEMU entry in versions.yaml to match
qemu-experimental and qemu-tdx-experimental.

Also, update the version of QEMU to what we are using
in CCv0. This is the non-UPM QEMU and it does not
have kernel hashes support.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
Signed-off-by: Alex Carter <Alex.Carter@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum 2023-04-21 15:50:59 +00:00
parent 38ce4a32af
commit 879333bfc7
2 changed files with 5 additions and 5 deletions

View File

@ -98,11 +98,6 @@ assets:
uscan-url: >- uscan-url: >-
https://github.com/qemu/qemu/tags https://github.com/qemu/qemu/tags
.*/v?(\d\S+)\.tar\.gz .*/v?(\d\S+)\.tar\.gz
snp:
description: "VMM that uses KVM and supports AMD SEV-SNP"
url: "https://github.com/AMDESE/qemu"
branch: "snp-v3"
commit: "ffa95097ee"
qemu-experimental: qemu-experimental:
description: "QEMU with virtiofs support" description: "QEMU with virtiofs support"
@ -115,6 +110,11 @@ assets:
url: "https://github.com/kata-containers/qemu" url: "https://github.com/kata-containers/qemu"
tag: "ad4c7f529a279685da84297773b4ec8080153c2d-plus-TDX-v1.3" tag: "ad4c7f529a279685da84297773b4ec8080153c2d-plus-TDX-v1.3"
qemu-snp-experimental:
description: "QEMU with experimental SNP support (no UPM)"
url: "https://github.com/AMDESE/qemu"
tag: "3b6a2b6b7466f6dea53243900b7516c3f29027b7"
image: image:
description: | description: |
Root filesystem disk image used to boot the guest virtual Root filesystem disk image used to boot the guest virtual