1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-05 06:57:26 +00:00

qemu: upgrade to 8.2.4

There is a known issue in qemu 7.2.0 that causes kernel-hashes to fail the verification of the launch binaries for the SEV legacy use case.

Upgraded to qemu 8.2.4.
new available features disabled.

Fixes: 

Signed-Off-By: Ryan Savino <ryan.savino@amd.com>
This commit is contained in:
Ryan Savino 2024-02-23 14:48:19 -06:00
parent b30d085271
commit 0430794952
3 changed files with 17 additions and 2 deletions
tools/packaging
qemu/patches/tag_patches/v8.2.4
scripts
versions.yaml

View File

@ -387,6 +387,21 @@ generate_qemu_options() {
qemu_options+=(size:--disable-dmg)
qemu_options+=(size:--disable-parallels)
# Disable new available features from 8.2.4
qemu_options+=(size:--disable-colo-proxy)
qemu_options+=(size:--disable-debug-graph-lock)
qemu_options+=(size:--disable-hexagon-idef-parser)
qemu_options+=(size:--disable-libdw)
qemu_options+=(size:--disable-pipewire)
qemu_options+=(size:--disable-pixman)
qemu_options+=(size:--disable-relocatable)
qemu_options+=(size:--disable-rutabaga-gfx)
qemu_options+=(size:--disable-vmdk)
qemu_options+=(size:--disable-avx512bw)
qemu_options+=(size:--disable-vpc)
qemu_options+=(size:--disable-vhdx)
qemu_options+=(size:--disable-hv-balloon)
#---------------------------------------------------------------------
# Enabled options

View File

@ -88,8 +88,8 @@ assets:
qemu:
description: "VMM that uses KVM"
url: "https://github.com/qemu/qemu"
version: "v7.2.0"
tag: "v7.2.0"
version: "v8.2.4"
tag: "v8.2.4"
# Do not include any non-full release versions
# Break the line *without CR or space being appended*, to appease
# yamllint, and note the deliberate ' ' at the end of the expression.