]> git.proxmox.com Git - pve-qemu.git/commit - debian/patches/pve/0049-PVE-savevm-async-register-yank-before-migration_inco.patch
udpate and rebase to QEMU v6.0.0
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 27 May 2021 10:43:32 +0000 (12:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 May 2021 09:29:44 +0000 (11:29 +0200)
commit8dca018b68058060a5083aa9c369586ac6cd3ef7
treea95eb62ffa372a7893592d499be2761c5a3fcd36
parent1cbf147251ccfc65bdc2d11555a648c29548c4fe
udpate and rebase to QEMU v6.0.0

Mostly minor changes, bigger ones summarized:
* QEMU's internal backup code now uses a new async system, which allows
  parallel requests - the default max_workers settings is 64, I chose
  less, since 64 put enough stress on QEMU that the guest became
  practically unusable during the backup, and 16 still shows quite a
  nice measureable performance improvement. Little code changes for us
  though.
* 'malformed' QAPI parameters/functions are now a build error (i.e.
  using '_' vs '-'), I chose to just whitelist our calls in the name of
  backwards compatibility.
* monitor OOB race fix now uses the upstream variant, cherry-picked from
  origin/master since it's not in 6.0 by default
* last patch fixes a bug with snapshot rollback related to the new yank
  system

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
71 files changed:
debian/changelog
debian/patches/bitmap-mirror/0001-drive-mirror-add-support-for-sync-bitmap-mode-never.patch
debian/patches/bitmap-mirror/0002-drive-mirror-add-support-for-conditional-and-always-.patch
debian/patches/bitmap-mirror/0003-mirror-add-check-for-bitmap-mode-without-bitmap.patch
debian/patches/bitmap-mirror/0004-mirror-switch-to-bdrv_dirty_bitmap_merge_internal.patch
debian/patches/bitmap-mirror/0005-iotests-add-test-for-bitmap-mirror.patch
debian/patches/bitmap-mirror/0006-mirror-move-some-checks-to-qmp.patch
debian/patches/extra/0001-Revert-qemu-img-convert-Don-t-pre-zero-images.patch [deleted file]
debian/patches/extra/0001-monitor-qmp-fix-race-on-CHR_EVENT_CLOSED-without-OOB.patch [new file with mode: 0644]
debian/patches/extra/0002-docs-don-t-install-man-page-if-guest-agent-is-disabl.patch [deleted file]
debian/patches/extra/0003-migration-only-check-page-size-match-if-RAM-postcopy.patch [deleted file]
debian/patches/extra/0004-virtiofsd-extract-lo_do_open-from-lo_open.patch [deleted file]
debian/patches/extra/0005-virtiofsd-optionally-return-inode-pointer-from-lo_do.patch [deleted file]
debian/patches/extra/0006-virtiofsd-prevent-opening-of-special-files-CVE-2020-.patch [deleted file]
debian/patches/extra/0007-virtiofsd-Add-_llseek-to-the-seccomp-whitelist.patch [deleted file]
debian/patches/extra/0008-virtiofsd-Add-restart_syscall-to-the-seccomp-whiteli.patch [deleted file]
debian/patches/extra/0009-i386-acpi-restore-device-paths-for-pre-5.1-vms.patch [deleted file]
debian/patches/extra/0010-monitor-qmp-fix-race-on-CHR_EVENT_CLOSED-without-OOB.patch [deleted file]
debian/patches/extra/0011-block-Fix-locking-in-qmp_block_resize.patch [deleted file]
debian/patches/extra/0012-block-Fix-deadlock-in-bdrv_co_yield_to_drain.patch [deleted file]
debian/patches/pve/0001-PVE-Config-block-file-change-locking-default-to-off.patch
debian/patches/pve/0002-PVE-Config-Adjust-network-script-path-to-etc-kvm.patch
debian/patches/pve/0003-PVE-Config-set-the-CPU-model-to-kvm64-32-instead-of-.patch
debian/patches/pve/0004-PVE-Config-ui-spice-default-to-pve-certificates.patch
debian/patches/pve/0005-PVE-Config-smm_available-false.patch
debian/patches/pve/0006-PVE-Config-glusterfs-no-default-logfile-if-daemonize.patch
debian/patches/pve/0007-PVE-Config-rbd-block-rbd-disable-rbd_cache_writethro.patch
debian/patches/pve/0008-PVE-Up-qmp-add-get_link_status.patch
debian/patches/pve/0009-PVE-Up-glusterfs-allow-partial-reads.patch
debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch
debian/patches/pve/0011-PVE-Up-qemu-img-dd-add-osize-and-read-from-to-stdin-.patch
debian/patches/pve/0012-PVE-Up-qemu-img-dd-add-isize-parameter.patch
debian/patches/pve/0013-PVE-Up-qemu-img-dd-add-n-skip_create.patch
debian/patches/pve/0014-PVE-virtio-balloon-improve-query-balloon.patch
debian/patches/pve/0015-PVE-qapi-modify-query-machines.patch
debian/patches/pve/0016-PVE-qapi-modify-spice-query.patch
debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch
debian/patches/pve/0018-PVE-add-optional-buffer-size-to-QEMUFile.patch
debian/patches/pve/0019-PVE-block-add-the-zeroinit-block-driver-filter.patch
debian/patches/pve/0020-PVE-Add-dummy-id-command-line-parameter.patch
debian/patches/pve/0021-PVE-Config-Revert-target-i386-disable-LINT0-after-re.patch
debian/patches/pve/0022-PVE-Up-Config-file-posix-make-locking-optiono-on-cre.patch
debian/patches/pve/0023-PVE-monitor-disable-oob-capability.patch
debian/patches/pve/0024-PVE-Compat-4.0-used-balloon-qemu-4-0-config-size-fal.patch
debian/patches/pve/0025-PVE-Allow-version-code-in-machine-type.patch
debian/patches/pve/0026-PVE-Backup-add-vma-backup-format-code.patch
debian/patches/pve/0027-PVE-Backup-add-backup-dump-block-driver.patch
debian/patches/pve/0028-PVE-Backup-proxmox-backup-patches-for-qemu.patch
debian/patches/pve/0029-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch
debian/patches/pve/0030-PVE-Backup-Add-dirty-bitmap-tracking-for-incremental.patch
debian/patches/pve/0031-PVE-various-PBS-fixes.patch
debian/patches/pve/0032-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch
debian/patches/pve/0033-PVE-add-query_proxmox_support-QMP-command.patch
debian/patches/pve/0034-PVE-add-query-pbs-bitmap-info-QMP-call.patch
debian/patches/pve/0035-PVE-redirect-stderr-to-journal-when-daemonized.patch
debian/patches/pve/0036-PVE-Add-sequential-job-transaction-support.patch
debian/patches/pve/0037-PVE-Backup-Use-a-transaction-to-synchronize-job-stat.patch
debian/patches/pve/0038-PVE-Backup-Don-t-block-on-finishing-and-cleanup-crea.patch
debian/patches/pve/0039-PVE-Migrate-dirty-bitmap-state-via-savevm.patch
debian/patches/pve/0040-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch
debian/patches/pve/0041-PVE-fall-back-to-open-iscsi-initiatorname.patch
debian/patches/pve/0042-PVE-Use-coroutine-QMP-for-backup-cancel_backup.patch
debian/patches/pve/0043-PBS-add-master-key-support.patch
debian/patches/pve/0044-PVE-block-pbs-fast-path-reads-without-allocation-if-.patch
debian/patches/pve/0045-PVE-block-stream-increase-chunk-size.patch
debian/patches/pve/0046-block-io-accept-NULL-qiov-in-bdrv_pad_request.patch
debian/patches/pve/0047-block-add-alloc-track-driver.patch
debian/patches/pve/0048-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch [new file with mode: 0644]
debian/patches/pve/0049-PVE-savevm-async-register-yank-before-migration_inco.patch [new file with mode: 0644]
debian/patches/series
qemu