[pve-devel] [PATCH-SERIES qemu 0/3] fix #6810 and other QEMU 10.1 stable fixes

Fiona Ebner f.ebner at proxmox.com
Tue Oct 21 13:23:31 CEST 2025


Fix bug #6810, which is a deadlock issue with SCSI request cancelling
affecting (at least) FreeBSD.

Update to the 10.1.2 QEMU stable release to pick up some TCG fixes and
fix for a memory leak affecting vCPU hotunplug.

Lastly, pick up fixes for a VFIO regression affecting the 10.1 QEMU
release.

Fiona Ebner (3):
  fix #6810: add patch to avoid deadlock upon TMF request cancelling
    with VirtIO
  update submodule and patches to QEMU 10.1.2
  cherry pick fix for VFIO regression affecting v10.1

 ...Trap-PMCR-when-MDCR_EL2.TPMCR-is-set.patch |  96 -------
 ...ch => 0003-tcg-arm-Fix-tgen_deposit.patch} |   0
 ...ish-renaming-atomic128-cas.h-headers.patch |  25 --
 ...uirks-when-IGD-is-not-the-primary-d.patch} |   0
 ...l-fix-curl-internal-handles-handling.patch |  60 -----
 ...adlock-upon-TMF-request-cancelling-w.patch |  83 ++++++
 ...g-svm-fix-incorrect-canonicalization.patch |  38 ---
 ...-rename-field-to-num_initial_regions.patch | 245 ++++++++++++++++++
 ...07-hw-vfio-user-add-x-pci-class-code.patch |  35 ---
 ...region-info-cache-for-initial-region.patch |  75 ++++++
 ...rash-from-legacy-interrupt-firing-af.patch |  58 -----
 ...able-SMM-cpu-address-space-under-KVM.patch | 106 --------
 ...compatibility-property-for-arch_capa.patch | 109 --------
 ...compatibility-property-for-pdcm-feat.patch |  96 -------
 ...he-CPU-model-to-kvm64-32-instead-of-.patch |   4 +-
 ...ui-spice-default-to-pve-certificates.patch |   4 +-
 .../0015-PVE-qapi-modify-spice-query.patch    |   4 +-
 ...VE-Backup-add-vma-backup-format-code.patch |   6 +-
 ...ckup-Proxmox-backup-patches-for-QEMU.patch |   4 +-
 ...estore-new-command-to-restore-from-p.patch |   4 +-
 ...k-driver-to-map-backup-archives-into.patch |   4 +-
 ...ct-stderr-to-journal-when-daemonized.patch |   6 +-
 ...igrate-dirty-bitmap-state-via-savevm.patch |   2 +-
 ...se-migration-blocker-check-for-snaps.patch |   2 +-
 debian/patches/series                         |  16 +-
 qemu                                          |   2 +-
 26 files changed, 429 insertions(+), 655 deletions(-)
 delete mode 100644 debian/patches/extra/0003-target-arm-Trap-PMCR-when-MDCR_EL2.TPMCR-is-set.patch
 rename debian/patches/extra/{0008-tcg-arm-Fix-tgen_deposit.patch => 0003-tcg-arm-Fix-tgen_deposit.patch} (100%)
 delete mode 100644 debian/patches/extra/0004-qemu-atomic-Finish-renaming-atomic128-cas.h-headers.patch
 rename debian/patches/extra/{0010-vfio-igd-Enable-quirks-when-IGD-is-not-the-primary-d.patch => 0004-vfio-igd-Enable-quirks-when-IGD-is-not-the-primary-d.patch} (100%)
 delete mode 100644 debian/patches/extra/0005-block-curl-fix-curl-internal-handles-handling.patch
 create mode 100644 debian/patches/extra/0005-hw-scsi-avoid-deadlock-upon-TMF-request-cancelling-w.patch
 delete mode 100644 debian/patches/extra/0006-i386-tcg-svm-fix-incorrect-canonicalization.patch
 create mode 100644 debian/patches/extra/0006-vfio-rename-field-to-num_initial_regions.patch
 delete mode 100644 debian/patches/extra/0007-hw-vfio-user-add-x-pci-class-code.patch
 create mode 100644 debian/patches/extra/0007-vfio-only-check-region-info-cache-for-initial-region.patch
 delete mode 100644 debian/patches/extra/0009-e1000e-Prevent-crash-from-legacy-interrupt-firing-af.patch
 delete mode 100644 debian/patches/extra/0011-i386-cpu-Enable-SMM-cpu-address-space-under-KVM.patch
 delete mode 100644 debian/patches/extra/0012-target-i386-add-compatibility-property-for-arch_capa.patch
 delete mode 100644 debian/patches/extra/0013-target-i386-add-compatibility-property-for-pdcm-feat.patch

-- 
2.47.3





More information about the pve-devel mailing list