]> git.proxmox.com Git - pve-qemu.git/commit - debian/patches/bitmap-mirror/0002-drive-mirror-add-support-for-conditional-and-always-.patch
update submodule and patches to 6.2.0
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 11 Feb 2022 09:24:33 +0000 (10:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Feb 2022 13:03:07 +0000 (14:03 +0100)
commit4567474e95a2981147444f28beda0e3c091efe86
tree7b7fe3fbf3a4234c59131a81736b59e732dd2939
parent33a2d3a8264398ab393a7357411c82c8f3794122
update submodule and patches to 6.2.0

Notable changes:
* bdrv_co_p{discard,readv,writev,write_zeroes} function signatures
  changed, to using int64_t for offsets/bytes and some still had int
  rather than BrdvRequestFlags for the flags.
* job_cancel_sync now has a force parameter. Commit messages in
  73895f3838cd7fdaf185cf1dbc47be58844a966f
  4cfb3f05627ad82af473e7f7ae113c3884cd04e3
  sound like using force=true makes more sense.
* Added 3 patches coming in via qemu-stable tag, most important one is
  to work around a librbd issue.
* Added another 3 patches from qemu-devel to fix issue leading to
  crash when live migrating with iothread.
* cluster_size calculation helper changed (see patch pve/0026).
* QAPI's if conditionals now use 'CONFIG_FOO' rather than
  'defined(CONFIG_FOO)'

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
60 files changed:
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/0006-mirror-move-some-checks-to-qmp.patch
debian/patches/extra/0001-monitor-qmp-fix-race-with-clients-disconnecting-earl.patch
debian/patches/extra/0002-monitor-hmp-add-support-for-flag-argument-with-value.patch
debian/patches/extra/0003-monitor-refactor-set-expire_password-and-allow-VNC-d.patch
debian/patches/extra/0004-block-mirror-fix-NULL-pointer-dereference-in-mirror_.patch [deleted file]
debian/patches/extra/0004-block-rbd-fix-handling-of-holes-in-.bdrv_co_block_st.patch [new file with mode: 0644]
debian/patches/extra/0005-block-rbd-workaround-for-ceph-issue-53784.patch [new file with mode: 0644]
debian/patches/extra/0006-block-io-Update-BSC-only-if-want_zero-is-true.patch [new file with mode: 0644]
debian/patches/extra/0007-block-nbd-Delete-reconnect-delay-timer-when-done.patch [new file with mode: 0644]
debian/patches/extra/0008-block-nbd-Assert-there-are-no-timers-when-closed.patch [new file with mode: 0644]
debian/patches/extra/0009-block-nbd-Move-s-ioc-on-AioContext-change.patch [new file with mode: 0644]
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-glusterfs-no-default-logfile-if-daemonize.patch
debian/patches/pve/0006-PVE-Config-rbd-block-rbd-disable-rbd_cache_writethro.patch
debian/patches/pve/0007-PVE-Up-qmp-add-get_link_status.patch
debian/patches/pve/0008-PVE-Up-glusterfs-allow-partial-reads.patch
debian/patches/pve/0009-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch
debian/patches/pve/0010-PVE-Up-qemu-img-dd-add-osize-and-read-from-to-stdin-.patch
debian/patches/pve/0011-PVE-Up-qemu-img-dd-add-isize-parameter.patch
debian/patches/pve/0012-PVE-Up-qemu-img-dd-add-n-skip_create.patch
debian/patches/pve/0013-PVE-virtio-balloon-improve-query-balloon.patch
debian/patches/pve/0014-PVE-qapi-modify-query-machines.patch
debian/patches/pve/0015-PVE-qapi-modify-spice-query.patch
debian/patches/pve/0016-PVE-add-savevm-async-for-background-state-snapshots.patch
debian/patches/pve/0018-PVE-block-add-the-zeroinit-block-driver-filter.patch
debian/patches/pve/0019-PVE-Add-dummy-id-command-line-parameter.patch
debian/patches/pve/0021-PVE-Up-Config-file-posix-make-locking-optiono-on-cre.patch
debian/patches/pve/0023-PVE-Compat-4.0-used-balloon-qemu-4-0-config-size-fal.patch
debian/patches/pve/0024-PVE-Allow-version-code-in-machine-type.patch
debian/patches/pve/0025-PVE-Backup-add-vma-backup-format-code.patch
debian/patches/pve/0026-PVE-Backup-add-backup-dump-block-driver.patch
debian/patches/pve/0027-PVE-Backup-proxmox-backup-patches-for-qemu.patch
debian/patches/pve/0028-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch
debian/patches/pve/0029-PVE-Backup-Add-dirty-bitmap-tracking-for-incremental.patch
debian/patches/pve/0030-PVE-various-PBS-fixes.patch
debian/patches/pve/0031-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch
debian/patches/pve/0032-PVE-add-query_proxmox_support-QMP-command.patch
debian/patches/pve/0033-PVE-add-query-pbs-bitmap-info-QMP-call.patch
debian/patches/pve/0034-PVE-redirect-stderr-to-journal-when-daemonized.patch
debian/patches/pve/0035-PVE-Add-sequential-job-transaction-support.patch
debian/patches/pve/0036-PVE-Backup-Use-a-transaction-to-synchronize-job-stat.patch
debian/patches/pve/0037-PVE-Backup-Don-t-block-on-finishing-and-cleanup-crea.patch
debian/patches/pve/0038-PVE-Migrate-dirty-bitmap-state-via-savevm.patch
debian/patches/pve/0039-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch
debian/patches/pve/0040-PVE-fall-back-to-open-iscsi-initiatorname.patch
debian/patches/pve/0041-PVE-Use-coroutine-QMP-for-backup-cancel_backup.patch
debian/patches/pve/0042-PBS-add-master-key-support.patch
debian/patches/pve/0043-PVE-block-pbs-fast-path-reads-without-allocation-if-.patch
debian/patches/pve/0044-PVE-block-stream-increase-chunk-size.patch
debian/patches/pve/0045-block-io-accept-NULL-qiov-in-bdrv_pad_request.patch
debian/patches/pve/0046-block-add-alloc-track-driver.patch
debian/patches/series
qemu