From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A78A76961E for ; Fri, 12 Feb 2021 15:35:41 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9B82C27D32 for ; Fri, 12 Feb 2021 15:35:11 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id D131327D24 for ; Fri, 12 Feb 2021 15:35:10 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 9B97744979 for ; Fri, 12 Feb 2021 15:35:10 +0100 (CET) Message-ID: Date: Fri, 12 Feb 2021 15:35:09 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Thunderbird/86.0 Content-Language: en-US To: Proxmox VE development discussion , Stefan Reiter References: <20210211161115.15209-1-s.reiter@proxmox.com> From: Thomas Lamprecht In-Reply-To: <20210211161115.15209-1-s.reiter@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.311 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] applied: [PATCH v2 pve-qemu 1/5] Update to QEMU 5.2 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 14:35:41 -0000 On 11.02.21 17:11, Stefan Reiter wrote: > 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 > --- > > v2: > * update Makefile to detect in-tree builds in qemu/ > * add fixes for snapshot abort and fix QEMUFile buffer size increase > * add agent man page and live-migration fix (also accepted upstream) > > Known issues: > * Snapshots with the vmstate target on ceph via librbd are slow - this is not a > new bug however. An attempt at a fix is included via the changes to the > QEMUFile patch, but it only improves the situtation slightly if at all. > I'm still looking into this one, but it should not be a blocker for 5.2 I > believe. > > > Makefile | 3 + > debian/control | 1 + > ...u-img-convert-Don-t-pre-zero-images.patch} | 4 +- > ...-always-align-copied-region-to-clust.patch | 34 - > ...ll-man-page-if-guest-agent-is-disabl.patch | 38 ++ > ...heck-page-size-match-if-RAM-postcopy.patch | 31 + > ...sb-fix-setup_len-init-CVE-2020-14364.patch | 87 --- > ...k-file-change-locking-default-to-off.patch | 2 +- > ...djust-network-script-path-to-etc-kvm.patch | 17 +- > ...he-CPU-model-to-kvm64-32-instead-of-.patch | 4 +- > ...ui-spice-default-to-pve-certificates.patch | 4 +- > .../0005-PVE-Config-smm_available-false.patch | 4 +- > ...lock-rbd-disable-rbd_cache_writethro.patch | 4 +- > .../0008-PVE-Up-qmp-add-get_link_status.patch | 6 +- > ...return-success-on-info-without-snaps.patch | 4 +- > ...dd-add-osize-and-read-from-to-stdin-.patch | 18 +- > ...E-Up-qemu-img-dd-add-isize-parameter.patch | 12 +- > ...PVE-Up-qemu-img-dd-add-n-skip_create.patch | 10 +- > ...virtio-balloon-improve-query-balloon.patch | 22 +- > .../0015-PVE-qapi-modify-query-machines.patch | 12 +- > .../0016-PVE-qapi-modify-spice-query.patch | 8 +- > ...sync-for-background-state-snapshots.patch} | 584 +++++++++-------- > ...dd-optional-buffer-size-to-QEMUFile.patch} | 32 +- > ...add-the-zeroinit-block-driver-filter.patch | 36 +- > ...-Add-dummy-id-command-line-parameter.patch | 10 +- > ...t-target-i386-disable-LINT0-after-re.patch | 2 +- > ...le-posix-make-locking-optiono-on-cre.patch | 20 +- > ...3-PVE-monitor-disable-oob-capability.patch | 4 +- > ...sed-balloon-qemu-4-0-config-size-fal.patch | 4 +- > ...E-Allow-version-code-in-machine-type.patch | 36 +- > ...VE-Backup-add-vma-backup-format-code.patch | 83 +-- > ...-Backup-add-backup-dump-block-driver.patch | 36 +- > ...ckup-proxmox-backup-patches-for-qemu.patch | 127 ++-- > ...estore-new-command-to-restore-from-p.patch | 39 +- > ...d-support-for-sync-bitmap-mode-never.patch | 76 +-- > ...-support-for-conditional-and-always-.patch | 10 +- > ...check-for-bitmap-mode-without-bitmap.patch | 6 +- > ...-to-bdrv_dirty_bitmap_merge_internal.patch | 6 +- > ...5-iotests-add-test-for-bitmap-mirror.patch | 2 +- > .../0036-mirror-move-some-checks-to-qmp.patch | 8 +- > ...irty-bitmap-tracking-for-incremental.patch | 18 +- > ...name-incremental-to-use-dirty-bitmap.patch | 8 +- > ...ckup-add-compress-and-encrypt-option.patch | 10 +- > ...k-driver-to-map-backup-archives-into.patch | 80 +-- > ...dd-query_proxmox_support-QMP-command.patch | 6 +- > ...issing-crypt-and-compress-parameters.patch | 2 +- > ...rite-callback-with-big-blocks-correc.patch | 2 +- > ...-block-handling-to-PBS-dump-callback.patch | 2 +- > ...E-add-query-pbs-bitmap-info-QMP-call.patch | 14 +- > ...ct-stderr-to-journal-when-daemonized.patch | 40 +- > ...d-sequential-job-transaction-support.patch | 2 +- > ...-transaction-to-synchronize-job-stat.patch | 2 +- > ...ore-coroutines-and-don-t-block-on-fi.patch | 6 +- > ...n-up-error-handling-for-create_backu.patch | 2 +- > ...grate-dirty-bitmap-state-via-savevm.patch} | 39 +- > ...dirty-bitmap-fix-larger-granularity-.patch | 33 - > ...irty-bitmap-migrate-other-bitmaps-e.patch} | 6 +- > ...multiple-CREATED-jobs-in-sequential.patch} | 2 +- > ...ll-back-to-open-iscsi-initiatorname.patch} | 5 +- > ...routine-QMP-for-backup-cancel_backup.patch | 597 ++++++++++++++++++ > debian/patches/series | 20 +- > debian/pve-qemu-kvm.install | 2 - > debian/rules | 12 +- > qemu | 2 +- > 64 files changed, 1436 insertions(+), 922 deletions(-) > rename debian/patches/extra/{0002-Revert-qemu-img-convert-Don-t-pre-zero-images.patch => 0001-Revert-qemu-img-convert-Don-t-pre-zero-images.patch} (91%) > delete mode 100644 debian/patches/extra/0001-block-block-copy-always-align-copied-region-to-clust.patch > create mode 100644 debian/patches/extra/0002-docs-don-t-install-man-page-if-guest-agent-is-disabl.patch > create mode 100644 debian/patches/extra/0003-migration-only-check-page-size-match-if-RAM-postcopy.patch > delete mode 100644 debian/patches/extra/0003-usb-fix-setup_len-init-CVE-2020-14364.patch > rename debian/patches/pve/{0017-PVE-internal-snapshot-async.patch => 0017-PVE-add-savevm-async-for-background-state-snapshots.patch} (84%) > rename debian/patches/pve/{0018-add-optional-buffer-size-to-QEMUFile.patch => 0018-PVE-add-optional-buffer-size-to-QEMUFile.patch} (87%) > rename debian/patches/pve/{0055-PVE-Migrate-dirty-bitmap-state-via-savevm.patch => 0054-PVE-Migrate-dirty-bitmap-state-via-savevm.patch} (90%) > delete mode 100644 debian/patches/pve/0054-migration-block-dirty-bitmap-fix-larger-granularity-.patch > rename debian/patches/pve/{0056-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch => 0055-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch} (89%) > rename debian/patches/pve/{0057-PVE-fix-aborting-multiple-CREATED-jobs-in-sequential.patch => 0056-PVE-fix-aborting-multiple-CREATED-jobs-in-sequential.patch} (97%) > rename debian/patches/pve/{0058-PVE-fall-back-to-open-iscsi-initiatorname.patch => 0057-PVE-fall-back-to-open-iscsi-initiatorname.patch} (97%) > create mode 100644 debian/patches/pve/0058-PVE-Use-coroutine-QMP-for-backup-cancel_backup.patch > > applied, thanks!