]> git.proxmox.com Git - pve-qemu.git/commit
add stable patches for 8.0.0
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 15 May 2023 13:39:54 +0000 (15:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 May 2023 13:09:14 +0000 (15:09 +0200)
commit53b56ca78102ddb990b04ee79caee8d268bfaf70
tree709c03d8056e4dbad95aefa54a90b016ca6abe78
parentbf251437e96127c0d59b8fcc26985b1cc1d248a5
add stable patches for 8.0.0

Changes to other patches are all just metadata/context changes except
for pvebackup_co_prepare() needing to call bdrv_co_unref() rather than
bdrv_unref(), because it is a coroutine itself. This is documented in
d6ee2e324e ("block-coroutine-wrapper: Introduce no_co_wrapper"). The
change is necessary, because one of the stable fixes converts
bdrv_unref and blk_unref into no_co_wrappers (in preparation for a
second patch to fix a hang with the block resize QMP command).

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
38 files changed:
debian/patches/bitmap-mirror/0001-drive-mirror-add-support-for-sync-bitmap-mode-never.patch
debian/patches/bitmap-mirror/0003-mirror-add-check-for-bitmap-mode-without-bitmap.patch
debian/patches/bitmap-mirror/0006-mirror-move-some-checks-to-qmp.patch
debian/patches/extra/0007-rtl8139-fix-large_send_mss-divide-by-zero.patch [new file with mode: 0644]
debian/patches/extra/0008-block-monitor-Fix-crash-when-executing-HMP-commit.patch [new file with mode: 0644]
debian/patches/extra/0009-ui-return-NULL-when-getting-cursor-without-a-console.patch [new file with mode: 0644]
debian/patches/extra/0010-ui-Fix-pixel-colour-channel-order-for-PNG-screenshot.patch [new file with mode: 0644]
debian/patches/extra/0011-target-arm-Fix-vd-vm-overlap-in-sve_ldff1_z.patch [new file with mode: 0644]
debian/patches/extra/0012-softfloat-Fix-the-incorrect-computation-in-float32_e.patch [new file with mode: 0644]
debian/patches/extra/0013-target-i386-Change-wrong-XFRM-value-in-SGX-CPUID-lea.patch [new file with mode: 0644]
debian/patches/extra/0014-block-compile-out-assert_bdrv_graph_readable-by-defa.patch [new file with mode: 0644]
debian/patches/extra/0015-hw-pci-Disable-PCI_ERR_UNCOR_MASK-register-for-machi.patch [new file with mode: 0644]
debian/patches/extra/0016-block-Fix-use-after-free-in-blockdev_mark_auto_del.patch [new file with mode: 0644]
debian/patches/extra/0017-block-Consistently-call-bdrv_activate-outside-corout.patch [new file with mode: 0644]
debian/patches/extra/0018-block-bdrv-blk_co_unref-for-calls-in-coroutine-conte.patch [new file with mode: 0644]
debian/patches/extra/0019-block-Don-t-call-no_coroutine_fns-in-qmp_block_resiz.patch [new file with mode: 0644]
debian/patches/extra/0020-accel-tcg-Fix-atomic_mmu_lookup-for-reads.patch [new file with mode: 0644]
debian/patches/pve/0024-PVE-Compat-4.0-used-balloon-qemu-4-0-config-size-fal.patch
debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch
debian/patches/pve/0029-PVE-Backup-proxmox-backup-patches-for-qemu.patch
debian/patches/pve/0030-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch
debian/patches/pve/0031-PVE-Backup-Add-dirty-bitmap-tracking-for-incremental.patch
debian/patches/pve/0032-PVE-various-PBS-fixes.patch
debian/patches/pve/0033-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch
debian/patches/pve/0034-PVE-add-query_proxmox_support-QMP-command.patch
debian/patches/pve/0035-PVE-add-query-pbs-bitmap-info-QMP-call.patch
debian/patches/pve/0036-PVE-redirect-stderr-to-journal-when-daemonized.patch
debian/patches/pve/0038-PVE-Backup-Use-a-transaction-to-synchronize-job-stat.patch
debian/patches/pve/0039-PVE-Backup-Don-t-block-on-finishing-and-cleanup-crea.patch
debian/patches/pve/0040-PVE-Migrate-dirty-bitmap-state-via-savevm.patch
debian/patches/pve/0043-PVE-Use-coroutine-QMP-for-backup-cancel_backup.patch
debian/patches/pve/0044-PBS-add-master-key-support.patch
debian/patches/pve/0052-pbs-namespace-support.patch
debian/patches/pve/0056-PVE-Backup-create-jobs-correctly-cancel-in-error-sce.patch
debian/patches/pve/0057-PVE-Backup-ensure-jobs-in-di_list-are-referenced.patch
debian/patches/pve/0058-PVE-Backup-avoid-segfault-issues-upon-backup-cancel.patch
debian/patches/pve/0062-PVE-Backup-allow-passing-max-workers-performance-set.patch
debian/patches/series