]> git.proxmox.com Git - pve-qemu.git/commit - debian/patches/series
fixes for QEMU 9.0
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 17 May 2024 08:44:57 +0000 (10:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 May 2024 13:56:12 +0000 (15:56 +0200)
commitf06b222ece0c9540fcd513abfc0b78f43240723a
tree9119dc1d80b79064913d83402e874e8bffca86b3
parentdb293008eeaf65057481eb15d73602232efd9df0
fixes for QEMU 9.0

Most importantly, fix forwards and backwards migration with VirtIO-GPU
display.

Other fixes are for a regression in pflash device (introduced in 8.2)
and some fixes for x86(_64) TCG emulation. One of the patches needed
to be adapted, because it removed a helper that is still in use in
9.0.0.

There also is a revert for a fix in VirtIO PCI devices that turned out
to cause some issues, see the revert itself for more details.

Lastly, there is a change to move compatibility flags for a new
VirtIO-net feature to the correct machine type. The feature was
introduced in QEMU 8.2, but the compatibility flags got added to
machine version 8.0 instead of 8.1. This breaks backwards migration
with machine version 8.1 from a 8.2/9.0 binary to an 8.1 binary, in
cases where the guest kernel enables the feature (e.g. Ubuntu 23.10).
While that breaks migration with machine version 8.1 from an unpatched
to a patched binary, Proxmox VE only ever had 8.2 on the test
repository and 9.0 not yet in any public repository. An upstream
developer suggested it is the proper fix [0]. Upstream submission [1].

[0]: https://lore.kernel.org/qemu-devel/CACGkMEtZrJuhof+hUGVRvLLQE+8nQE5XmSHpT0NAQ1EpnqfmsA@mail.gmail.com/T/#u
[1]: https://lore.kernel.org/qemu-devel/20240517075336.104091-1-f.ebner@proxmox.com/T/#u

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/patches/extra/0006-virtio-gpu-fix-v2-migration.patch [new file with mode: 0644]
debian/patches/extra/0007-hw-pflash-fix-block-write-start.patch [new file with mode: 0644]
debian/patches/extra/0008-target-i386-fix-operand-size-for-DATA16-REX.W-POPCNT.patch [new file with mode: 0644]
debian/patches/extra/0009-target-i386-rdpkru-wrpkru-are-no-prefix-instructions.patch [new file with mode: 0644]
debian/patches/extra/0010-target-i386-fix-feature-dependency-for-WAITPKG.patch [new file with mode: 0644]
debian/patches/extra/0011-Revert-virtio-pci-fix-use-of-a-released-vector.patch [new file with mode: 0644]
debian/patches/extra/0012-hw-core-machine-move-compatibility-flags-for-VirtIO-.patch [new file with mode: 0644]
debian/patches/pve/0024-PVE-Compat-4.0-used-balloon-qemu-4-0-config-size-fal.patch
debian/patches/series