mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-27 20:18:57 +00:00
Merge pull request #6191 from ryansavino/downgrade-qemu-to-7.1.0-CCv0
[CCv0] versions: downgrade qemu from 7.2.0 to 7.1.0
This commit is contained in:
commit
6378fcb0be
0
tools/packaging/qemu/patches/7.1.x/no_patches.txt
Normal file
0
tools/packaging/qemu/patches/7.1.x/no_patches.txt
Normal file
@ -242,7 +242,7 @@ generate_qemu_options() {
|
||||
# Disable graphical network access
|
||||
qemu_options+=(size:--disable-vnc)
|
||||
qemu_options+=(size:--disable-vnc-jpeg)
|
||||
if ! gt_eq "${qemu_version}" "7.2.0" ; then
|
||||
if ! gt_eq "${qemu_version}" "7.1.0" ; then
|
||||
qemu_options+=(size:--disable-vnc-png)
|
||||
fi
|
||||
qemu_options+=(size:--disable-vnc-sasl)
|
||||
@ -358,7 +358,7 @@ generate_qemu_options() {
|
||||
qemu_options+=(size:--disable-vde)
|
||||
|
||||
# Don't build other options which can't be depent on build server.
|
||||
if ! gt_eq "${qemu_version}" "7.2.0" ; then
|
||||
if ! gt_eq "${qemu_version}" "7.1.0" ; then
|
||||
qemu_options+=(size:--disable-xfsctl)
|
||||
qemu_options+=(size:--disable-libxml2)
|
||||
fi
|
||||
|
@ -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: "v7.1.0"
|
||||
tag: "v7.1.0"
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user