]> git.proxmox.com Git - pve-qemu.git/commit - debian/patches/pve/0017-PVE-add-optional-buffer-size-to-QEMUFile.patch
Update to QEMU 5.2
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 11 Feb 2021 16:11:11 +0000 (17:11 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 Feb 2021 09:20:01 +0000 (10:20 +0100)
commit817b7667e80fbc08a3117c20be7166c790df7f82
tree6a42ab7d2e82fd5ea59faec0b763274f80d9d873
parenta16eaaffd3b2a29c842416fd59642d16bc668f5e
Update to QEMU 5.2

Lots of patches touched and some slight changes to the build process
since QEMU switched to meson as their build system. Functionality-wise
very little rebasing required.

New patches introduced:
* pve/0058: to fix VMA backups and clean up some code in general with
  new 5.2 features now available to us (namely coroutine-enabled QMP).
* extra/0002: don't build man pages for guest agent when disabled
* extra/0003: fix live-migration with hugepages
* 0017 and 0018 are adjusted to fix snapshot abort and improve
  snap performance a bit

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
71 files changed:
Makefile
debian/control
debian/patches/extra/0001-Revert-qemu-img-convert-Don-t-pre-zero-images.patch [new file with mode: 0644]
debian/patches/extra/0001-block-block-copy-always-align-copied-region-to-clust.patch [deleted file]
debian/patches/extra/0002-Revert-qemu-img-convert-Don-t-pre-zero-images.patch [deleted file]
debian/patches/extra/0002-docs-don-t-install-man-page-if-guest-agent-is-disabl.patch [new file with mode: 0644]
debian/patches/extra/0003-migration-only-check-page-size-match-if-RAM-postcopy.patch [new file with mode: 0644]
debian/patches/extra/0003-usb-fix-setup_len-init-CVE-2020-14364.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/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/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 [new file with mode: 0644]
debian/patches/pve/0017-PVE-internal-snapshot-async.patch [deleted file]
debian/patches/pve/0018-PVE-add-optional-buffer-size-to-QEMUFile.patch [new file with mode: 0644]
debian/patches/pve/0018-add-optional-buffer-size-to-QEMUFile.patch [deleted file]
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/0031-drive-mirror-add-support-for-sync-bitmap-mode-never.patch
debian/patches/pve/0032-drive-mirror-add-support-for-conditional-and-always-.patch
debian/patches/pve/0033-mirror-add-check-for-bitmap-mode-without-bitmap.patch
debian/patches/pve/0034-mirror-switch-to-bdrv_dirty_bitmap_merge_internal.patch
debian/patches/pve/0035-iotests-add-test-for-bitmap-mirror.patch
debian/patches/pve/0036-mirror-move-some-checks-to-qmp.patch
debian/patches/pve/0037-PVE-Backup-Add-dirty-bitmap-tracking-for-incremental.patch
debian/patches/pve/0038-PVE-backup-rename-incremental-to-use-dirty-bitmap.patch
debian/patches/pve/0042-PVE-fixup-pbs-backup-add-compress-and-encrypt-option.patch
debian/patches/pve/0043-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch
debian/patches/pve/0044-PVE-add-query_proxmox_support-QMP-command.patch
debian/patches/pve/0045-pbs-fix-missing-crypt-and-compress-parameters.patch
debian/patches/pve/0046-PVE-handle-PBS-write-callback-with-big-blocks-correc.patch
debian/patches/pve/0047-PVE-add-zero-block-handling-to-PBS-dump-callback.patch
debian/patches/pve/0048-PVE-add-query-pbs-bitmap-info-QMP-call.patch
debian/patches/pve/0049-PVE-redirect-stderr-to-journal-when-daemonized.patch
debian/patches/pve/0050-PVE-Add-sequential-job-transaction-support.patch
debian/patches/pve/0051-PVE-Backup-Use-a-transaction-to-synchronize-job-stat.patch
debian/patches/pve/0052-PVE-Backup-Use-more-coroutines-and-don-t-block-on-fi.patch
debian/patches/pve/0053-PVE-fix-and-clean-up-error-handling-for-create_backu.patch
debian/patches/pve/0054-PVE-Migrate-dirty-bitmap-state-via-savevm.patch [new file with mode: 0644]
debian/patches/pve/0054-migration-block-dirty-bitmap-fix-larger-granularity-.patch [deleted file]
debian/patches/pve/0055-PVE-Migrate-dirty-bitmap-state-via-savevm.patch [deleted file]
debian/patches/pve/0055-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch [new file with mode: 0644]
debian/patches/pve/0056-PVE-fix-aborting-multiple-CREATED-jobs-in-sequential.patch [new file with mode: 0644]
debian/patches/pve/0056-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch [deleted file]
debian/patches/pve/0057-PVE-fall-back-to-open-iscsi-initiatorname.patch [new file with mode: 0644]
debian/patches/pve/0057-PVE-fix-aborting-multiple-CREATED-jobs-in-sequential.patch [deleted file]
debian/patches/pve/0058-PVE-Use-coroutine-QMP-for-backup-cancel_backup.patch [new file with mode: 0644]
debian/patches/pve/0058-PVE-fall-back-to-open-iscsi-initiatorname.patch [deleted file]
debian/patches/series
debian/pve-qemu-kvm.install
debian/rules
qemu