mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 21:49:41 +00:00
versions: Update qemu to v6.1.0
We need qemu-6.1 for ACPI PCI hotplug support for the q35 machine. At the moment qemu will use SHPC hotplug under the PCIe to PCI bridge on q35. SHPC is too slow to use for our purposes (it requires a 5s delay). Update the qemu version to v6.1.0. This leaves the experimental version *older* than the normal version, but we'll fix that up later. We also need to tweak the snapcraft.yaml, since the location for configs has changed in the new qemu version. fixes #1691 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
81de2d476b
commit
041a513f80
@ -305,7 +305,7 @@ parts:
|
||||
;;
|
||||
|
||||
*)
|
||||
cp -a ${kata_dir}/tools/packaging/qemu/default-configs/* default-configs/devices/
|
||||
cp -a ${kata_dir}/tools/packaging/qemu/default-configs/* configs/devices/
|
||||
;;
|
||||
esac
|
||||
|
||||
|
0
tools/packaging/qemu/patches/6.1.x/no_patches.txt
Normal file
0
tools/packaging/qemu/patches/6.1.x/no_patches.txt
Normal file
@ -88,8 +88,8 @@ assets:
|
||||
qemu:
|
||||
description: "VMM that uses KVM"
|
||||
url: "https://github.com/qemu/qemu"
|
||||
version: "v5.2.0"
|
||||
tag: "v5.2.0"
|
||||
version: "v6.1.0"
|
||||
tag: "v6.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