all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH-SERIES qemu 0/3] fix #6810 and other QEMU 10.1 stable fixes
@ 2025-10-21 11:23 Fiona Ebner
  2025-10-21 11:23 ` [pve-devel] [PATCH qemu 1/3] fix #6810: add patch to avoid deadlock upon TMF request cancelling with VirtIO Fiona Ebner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fiona Ebner @ 2025-10-21 11:23 UTC (permalink / raw)
  To: pve-devel

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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-21 16:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-21 11:23 [pve-devel] [PATCH-SERIES qemu 0/3] fix #6810 and other QEMU 10.1 stable fixes Fiona Ebner
2025-10-21 11:23 ` [pve-devel] [PATCH qemu 1/3] fix #6810: add patch to avoid deadlock upon TMF request cancelling with VirtIO Fiona Ebner
2025-10-21 11:23 ` [pve-devel] [PATCH qemu 2/3] update submodule and patches to QEMU 10.1.2 Fiona Ebner
2025-10-21 11:23 ` [pve-devel] [PATCH qemu 3/3] cherry pick fix for VFIO regression affecting v10.1 Fiona Ebner
2025-10-21 16:29 ` [pve-devel] applied: [PATCH-SERIES qemu 0/3] fix #6810 and other QEMU 10.1 stable fixes Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal