all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH-SERIES qemu] update to QEMU 8.2.2
@ 2024-03-27 13:38 Fiona Ebner
  2024-03-27 13:38 ` [pve-devel] [PATCH qemu 1/3] makefile: adapt firmware blob removal to changes for QEMU 8.2 Fiona Ebner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fiona Ebner @ 2024-03-27 13:38 UTC (permalink / raw)
  To: pve-devel

See patch 3/3 whose commit message also serves as the cover letter.

Fiona Ebner (3):
  makefile: adapt firmware blob removal to changes for QEMU 8.2
  makefile: also filter 64-bit hppa ROM for QEMU 8.2
  update submodule and patches to QEMU 8.2.2

 Makefile                                      |   4 +-
 ...d-support-for-sync-bitmap-mode-never.patch |  88 ++++---
 ...-support-for-conditional-and-always-.patch |  14 +-
 ...check-for-bitmap-mode-without-bitmap.patch |   4 +-
 ...-to-bdrv_dirty_bitmap_merge_internal.patch |   8 +-
 .../0006-mirror-move-some-checks-to-qmp.patch |  14 +-
 ...race-with-clients-disconnecting-earl.patch |   2 +-
 ...ial-deadlock-when-draining-during-tr.patch |  10 +-
 ...dirty-bitmap-fix-loading-bitmap-when.patch |   6 +-
 ...t-graph-lock-Disable-locking-for-now.patch | 140 ----------
 ...orkaround-Windows-not-handling-name.patch} |   4 +-
 ...-workaround-snapshot-performance-reg.patch |  57 ----
 ...increase-NOFILE-soft-limit-on-POSIX.patch} |  28 +-
 ...all-job_pause_point-under-graph-lock.patch |  79 ++++++
 ...sgx_epc_get_section-stub-is-reachabl.patch |  34 ---
 ...k-type-as-not-available-when-there-i.patch |  86 -------
 ...ttach-event-vq-notifier-with-no_poll.patch |  65 -----
 ...-Re-enable-notifications-after-drain.patch | 125 ---------
 ...-using-ioeventfd-state-in-irqfd-cond.patch |  61 -----
 ...k-file-change-locking-default-to-off.patch |   2 +-
 ...djust-network-script-path-to-etc-kvm.patch |   4 +-
 ...he-CPU-model-to-kvm64-32-instead-of-.patch |   4 +-
 ...ui-spice-default-to-pve-certificates.patch |   2 +-
 ...erfs-no-default-logfile-if-daemonize.patch |   2 +-
 ...lock-rbd-disable-rbd_cache_writethro.patch |   2 +-
 ...PVE-Up-glusterfs-allow-partial-reads.patch |  10 +-
 ...return-success-on-info-without-snaps.patch |   4 +-
 ...dd-add-osize-and-read-from-to-stdin-.patch |  14 +-
 ...E-Up-qemu-img-dd-add-isize-parameter.patch |  14 +-
 ...PVE-Up-qemu-img-dd-add-n-skip_create.patch |  20 +-
 ...-add-l-option-for-loading-a-snapshot.patch |  20 +-
 ...virtio-balloon-improve-query-balloon.patch |  10 +-
 .../0014-PVE-qapi-modify-query-machines.patch |   6 +-
 .../0015-PVE-qapi-modify-spice-query.patch    |   6 +-
 ...nnel-implementation-for-savevm-async.patch |  13 +-
 ...async-for-background-state-snapshots.patch |  83 +++---
 ...add-optional-buffer-size-to-QEMUFile.patch |  63 ++---
 ...add-the-zeroinit-block-driver-filter.patch |  71 +++--
 ...-Add-dummy-id-command-line-parameter.patch |  20 +-
 ...t-target-i386-disable-LINT0-after-re.patch |   4 +-
 ...le-posix-make-locking-optiono-on-cre.patch |   6 +-
 ...sed-balloon-qemu-4-0-config-size-fal.patch |   4 +-
 ...E-Allow-version-code-in-machine-type.patch |  28 +-
 ...e-bcs-bitmap-initialization-to-job-c.patch |   6 +-
 ...VE-Backup-add-vma-backup-format-code.patch |  50 ++--
 ...-Backup-add-backup-dump-block-driver.patch |  14 +-
 ...d-sequential-job-transaction-support.patch |  12 +-
 ...ckup-Proxmox-backup-patches-for-QEMU.patch |  66 +++--
 ...estore-new-command-to-restore-from-p.patch |   4 +-
 ...k-driver-to-map-backup-archives-into.patch |  91 ++-----
 ...ct-stderr-to-journal-when-daemonized.patch |  14 +-
 ...igrate-dirty-bitmap-state-via-savevm.patch |  20 +-
 ...dirty-bitmap-migrate-other-bitmaps-e.patch |   2 +-
 ...all-back-to-open-iscsi-initiatorname.patch |   4 +-
 ...PVE-block-stream-increase-chunk-size.patch |   2 +-
 ...accept-NULL-qiov-in-bdrv_pad_request.patch |   4 +-
 .../0039-block-add-alloc-track-driver.patch   | 243 +++++++++++-------
 ...-rbd-workaround-for-ceph-issue-53784.patch |   8 +-
 ...-fix-handling-of-holes-in-.bdrv_co_b.patch |   4 +-
 ...k-rbd-implement-bdrv_co_block_status.patch |   6 +-
 ...rror-out-when-auto-remove-is-not-set.patch |  43 ++++
 ...alloc-track-fix-deadlock-during-drop.patch | 154 -----------
 ...d-seemingly-superfluous-child-permis.patch |  84 ++++++
 ...apshots-hold-the-BQL-during-setup-ca.patch | 191 --------------
 ...vm-async-don-t-hold-BQL-during-setup.patch |  30 ---
 debian/patches/series                         |  17 +-
 qemu                                          |   2 +-
 67 files changed, 818 insertions(+), 1494 deletions(-)
 delete mode 100644 debian/patches/extra/0005-Revert-Revert-graph-lock-Disable-locking-for-now.patch
 rename debian/patches/extra/{0007-Revert-x86-acpi-workaround-Windows-not-handling-name.patch => 0005-Revert-x86-acpi-workaround-Windows-not-handling-name.patch} (95%)
 delete mode 100644 debian/patches/extra/0006-migration-states-workaround-snapshot-performance-reg.patch
 rename debian/patches/extra/{0012-qemu_init-increase-NOFILE-soft-limit-on-POSIX.patch => 0006-qemu_init-increase-NOFILE-soft-limit-on-POSIX.patch} (83%)
 create mode 100644 debian/patches/extra/0007-mirror-Don-t-call-job_pause_point-under-graph-lock.patch
 delete mode 100644 debian/patches/extra/0008-target-i386-the-sgx_epc_get_section-stub-is-reachabl.patch
 delete mode 100644 debian/patches/extra/0009-ui-clipboard-mark-type-as-not-available-when-there-i.patch
 delete mode 100644 debian/patches/extra/0010-virtio-scsi-Attach-event-vq-notifier-with-no_poll.patch
 delete mode 100644 debian/patches/extra/0011-virtio-Re-enable-notifications-after-drain.patch
 delete mode 100644 debian/patches/extra/0013-virtio-blk-avoid-using-ioeventfd-state-in-irqfd-cond.patch
 create mode 100644 debian/patches/pve/0043-alloc-track-error-out-when-auto-remove-is-not-set.patch
 delete mode 100644 debian/patches/pve/0043-alloc-track-fix-deadlock-during-drop.patch
 create mode 100644 debian/patches/pve/0044-alloc-track-avoid-seemingly-superfluous-child-permis.patch
 delete mode 100644 debian/patches/pve/0044-migration-for-snapshots-hold-the-BQL-during-setup-ca.patch
 delete mode 100644 debian/patches/pve/0045-savevm-async-don-t-hold-BQL-during-setup.patch

-- 
2.39.2





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

end of thread, other threads:[~2024-03-27 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 13:38 [pve-devel] [PATCH-SERIES qemu] update to QEMU 8.2.2 Fiona Ebner
2024-03-27 13:38 ` [pve-devel] [PATCH qemu 1/3] makefile: adapt firmware blob removal to changes for QEMU 8.2 Fiona Ebner
2024-03-27 13:38 ` [pve-devel] [PATCH qemu 2/3] makefile: also filter 64-bit hppa ROM " Fiona Ebner
2024-03-27 13:38 ` [pve-devel] [PATCH qemu 3/3] update submodule and patches to QEMU 8.2.2 Fiona Ebner

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