2022-01-13 12:34:33 +03:00
|
|
|
extra/0001-monitor-qmp-fix-race-with-clients-disconnecting-earl.patch
|
2023-06-06 11:58:50 +03:00
|
|
|
extra/0002-scsi-megasas-Internal-cdbs-have-16-byte-length.patch
|
|
|
|
extra/0003-ide-avoid-potential-deadlock-when-draining-during-tr.patch
|
|
|
|
extra/0004-ui-return-NULL-when-getting-cursor-without-a-console.patch
|
|
|
|
extra/0005-memory-prevent-dma-reentracy-issues.patch
|
update submodule and patches to QEMU 8.0.0
Many changes were necessary this time around:
* QAPI was changed to avoid redundant has_* variables, see commit
44ea9d9be3 ("qapi: Start to elide redundant has_FOO in generated C")
for details. This affected many QMP commands added by Proxmox too.
* Pending querying for migration got split into two functions, one to
estimate, one for exact value, see commit c8df4a7aef ("migration:
Split save_live_pending() into state_pending_*") for details. Relevant
for savevm-async and PBS dirty bitmap.
* Some block (driver) functions got converted to coroutines, so the
Proxmox block drivers needed to be adapted.
* Alloc track auto-detaching during PBS live restore got broken by
AioContext-related changes resulting in a deadlock. The current, hacky
method was replaced by a simpler one. Stefan apparently ran into a
problem with that when he wrote the driver, but there were
improvements in the stream job code since then and I didn't manage to
reproduce the issue. It's a separate patch "alloc-track: fix deadlock
during drop" for now, you can find the details there.
* Async snapshot-related changes:
- The pending querying got adapted to the above-mentioned split and
a patch is added to optimize it/make it more similar to what
upstream code does.
- Added initialization of the compression counters (for
future-proofing).
- It's necessary the hold the BQL (big QEMU lock = iothread mutex)
during the setup phase, because block layer functions are used there
and not doing so leads to racy, hard-to-debug crashes or hangs. It's
necessary to change some upstream code too for this, a version of
the patch "migration: for snapshots, hold the BQL during setup
callbacks" is intended to be upstreamed.
- Need to take the bdrv graph read lock before flushing.
* hmp_info_balloon was moved to a different file.
* Needed to include a new headers from time to time to still get the
correct functions.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2023-05-15 16:39:53 +03:00
|
|
|
extra/0006-lsi53c895a-disable-reentrancy-detection-for-script-R.patch
|
2023-06-06 11:58:50 +03:00
|
|
|
extra/0007-bcm2835_property-disable-reentrancy-detection-for-io.patch
|
|
|
|
extra/0008-raven-disable-reentrancy-detection-for-iomem.patch
|
|
|
|
extra/0009-apic-disable-reentrancy-detection-for-apic-msi.patch
|
2023-07-28 12:44:57 +03:00
|
|
|
extra/0010-migration-block-dirty-bitmap-fix-loading-bitmap-when.patch
|
2021-03-03 12:56:03 +03:00
|
|
|
bitmap-mirror/0001-drive-mirror-add-support-for-sync-bitmap-mode-never.patch
|
|
|
|
bitmap-mirror/0002-drive-mirror-add-support-for-conditional-and-always-.patch
|
|
|
|
bitmap-mirror/0003-mirror-add-check-for-bitmap-mode-without-bitmap.patch
|
|
|
|
bitmap-mirror/0004-mirror-switch-to-bdrv_dirty_bitmap_merge_internal.patch
|
|
|
|
bitmap-mirror/0005-iotests-add-test-for-bitmap-mirror.patch
|
|
|
|
bitmap-mirror/0006-mirror-move-some-checks-to-qmp.patch
|
2018-08-30 16:00:07 +03:00
|
|
|
pve/0001-PVE-Config-block-file-change-locking-default-to-off.patch
|
|
|
|
pve/0002-PVE-Config-Adjust-network-script-path-to-etc-kvm.patch
|
2019-06-06 13:58:15 +03:00
|
|
|
pve/0003-PVE-Config-set-the-CPU-model-to-kvm64-32-instead-of-.patch
|
|
|
|
pve/0004-PVE-Config-ui-spice-default-to-pve-certificates.patch
|
2021-08-10 10:55:11 +03:00
|
|
|
pve/0005-PVE-Config-glusterfs-no-default-logfile-if-daemonize.patch
|
|
|
|
pve/0006-PVE-Config-rbd-block-rbd-disable-rbd_cache_writethro.patch
|
2023-05-24 16:56:52 +03:00
|
|
|
pve/0007-PVE-Up-glusterfs-allow-partial-reads.patch
|
|
|
|
pve/0008-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch
|
|
|
|
pve/0009-PVE-Up-qemu-img-dd-add-osize-and-read-from-to-stdin-.patch
|
|
|
|
pve/0010-PVE-Up-qemu-img-dd-add-isize-parameter.patch
|
|
|
|
pve/0011-PVE-Up-qemu-img-dd-add-n-skip_create.patch
|
|
|
|
pve/0012-qemu-img-dd-add-l-option-for-loading-a-snapshot.patch
|
|
|
|
pve/0013-PVE-virtio-balloon-improve-query-balloon.patch
|
|
|
|
pve/0014-PVE-qapi-modify-query-machines.patch
|
|
|
|
pve/0015-PVE-qapi-modify-spice-query.patch
|
|
|
|
pve/0016-PVE-add-IOChannel-implementation-for-savevm-async.patch
|
|
|
|
pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch
|
|
|
|
pve/0018-PVE-add-optional-buffer-size-to-QEMUFile.patch
|
|
|
|
pve/0019-PVE-block-add-the-zeroinit-block-driver-filter.patch
|
|
|
|
pve/0020-PVE-Add-dummy-id-command-line-parameter.patch
|
|
|
|
pve/0021-PVE-Config-Revert-target-i386-disable-LINT0-after-re.patch
|
|
|
|
pve/0022-PVE-Up-Config-file-posix-make-locking-optiono-on-cre.patch
|
|
|
|
pve/0023-PVE-monitor-disable-oob-capability.patch
|
|
|
|
pve/0024-PVE-Compat-4.0-used-balloon-qemu-4-0-config-size-fal.patch
|
|
|
|
pve/0025-PVE-Allow-version-code-in-machine-type.patch
|
|
|
|
pve/0026-block-backup-move-bcs-bitmap-initialization-to-job-c.patch
|
|
|
|
pve/0027-PVE-Backup-add-vma-backup-format-code.patch
|
|
|
|
pve/0028-PVE-Backup-add-backup-dump-block-driver.patch
|
|
|
|
pve/0029-PVE-Add-sequential-job-transaction-support.patch
|
|
|
|
pve/0030-PVE-Backup-Proxmox-backup-patches-for-QEMU.patch
|
|
|
|
pve/0031-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch
|
|
|
|
pve/0032-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch
|
|
|
|
pve/0033-PVE-redirect-stderr-to-journal-when-daemonized.patch
|
|
|
|
pve/0034-PVE-Migrate-dirty-bitmap-state-via-savevm.patch
|
|
|
|
pve/0035-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch
|
|
|
|
pve/0036-PVE-fall-back-to-open-iscsi-initiatorname.patch
|
|
|
|
pve/0037-PVE-block-stream-increase-chunk-size.patch
|
|
|
|
pve/0038-block-io-accept-NULL-qiov-in-bdrv_pad_request.patch
|
|
|
|
pve/0039-block-add-alloc-track-driver.patch
|
|
|
|
pve/0040-Revert-block-rbd-workaround-for-ceph-issue-53784.patch
|
|
|
|
pve/0041-Revert-block-rbd-fix-handling-of-holes-in-.bdrv_co_b.patch
|
|
|
|
pve/0042-Revert-block-rbd-implement-bdrv_co_block_status.patch
|
|
|
|
pve/0043-alloc-track-fix-deadlock-during-drop.patch
|
|
|
|
pve/0044-migration-for-snapshots-hold-the-BQL-during-setup-ca.patch
|
|
|
|
pve/0045-savevm-async-don-t-hold-BQL-during-setup.patch
|