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 CC01D622BB for ; Thu, 20 Aug 2020 13:58:07 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C98F42CB38 for ; Thu, 20 Aug 2020 13:58:07 +0200 (CEST) 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)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id BBBBA2CB2B for ; Thu, 20 Aug 2020 13:58:06 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 87EBD44749 for ; Thu, 20 Aug 2020 13:58:06 +0200 (CEST) To: Proxmox VE development discussion , Stefan Reiter References: <20200820084245.30486-1-s.reiter@proxmox.com> From: Thomas Lamprecht Message-ID: <435c45ba-b171-d8e0-94f3-f2eb40b088dc@proxmox.com> Date: Thu, 20 Aug 2020 13:58:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Thunderbird/80.0 MIME-Version: 1.0 In-Reply-To: <20200820084245.30486-1-s.reiter@proxmox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.332 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [gnu.org, coreboot.org] Subject: [pve-devel] applied: [PATCH pve-qemu] update to QEMU 5.1 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: Thu, 20 Aug 2020 11:58:07 -0000 On 20.08.20 10:42, Stefan Reiter wrote: > No major semantic changes, mostly just deprecations and changed function > signatures. Drop the extra/ patches, as they have been applied upstream. > > The added extra/ patch was accepted upstream[0] but has not been picked > up for 5.1. It is required for non-4M aligned backups to work with PBS. > > [0] https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg01671.html > > Signed-off-by: Stefan Reiter > --- > > After two fixes for upstream bugs I discovered in testing[0][1], this version > and rc's have been running stable on my machine for the last ~3 weeks. > > Tested snapshots, backups (vma and pbs), rollback/restore, migration > (online/offline), Ceph, ZFS, LVM(-thin), all of my regular debug VMs (multiple > disks, unaligned drives, EFI/BIOS, etc...). Did NOT test PCI passthrough, since > I don't have suitable HW in my workstation atm. > > The rebase process was remarkably simple, almost no conflicts, and aside from > the two mentioned bugs everything went smoothly from the first successful > compile. > > Feature-wise, nothing relevant changed for us AFAICT from the changelog. > > [0] https://mail.coreboot.org/hyperkitty/list/seabios@seabios.org/thread/KGCQ365YQPKFIY3XBDZ2KYZ32VWXGDCB/ > [1] https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg01593.html > > ...-always-align-copied-region-to-clust.patch | 34 +++++++++++ > ...ks-Fix-broken-legacy-IGD-passthrough.patch | 34 ----------- > ...t-fix-assertion-failure-in-net_tx_pk.patch | 42 -------------- > ...k-file-change-locking-default-to-off.patch | 6 +- > ...djust-network-script-path-to-etc-kvm.patch | 4 +- > ...he-CPU-model-to-kvm64-32-instead-of-.patch | 4 +- > .../0005-PVE-Config-smm_available-false.patch | 4 +- > ...erfs-no-default-logfile-if-daemonize.patch | 2 +- > ...lock-rbd-disable-rbd_cache_writethro.patch | 2 +- > .../0008-PVE-Up-qmp-add-get_link_status.patch | 8 +-- > ...PVE-Up-glusterfs-allow-partial-reads.patch | 12 ++-- > ...return-success-on-info-without-snaps.patch | 4 +- > ...dd-add-osize-and-read-from-to-stdin-.patch | 27 +++++---- > ...E-Up-qemu-img-dd-add-isize-parameter.patch | 19 +++---- > ...PVE-Up-qemu-img-dd-add-n-skip_create.patch | 10 ++-- > ...virtio-balloon-improve-query-balloon.patch | 12 ++-- > .../0015-PVE-qapi-modify-query-machines.patch | 10 ++-- > .../0016-PVE-qapi-modify-spice-query.patch | 4 +- > .../0017-PVE-internal-snapshot-async.patch | 48 ++++++++-------- > ...add-optional-buffer-size-to-QEMUFile.patch | 6 +- > ...add-the-zeroinit-block-driver-filter.patch | 19 ++++--- > ...-Add-dummy-id-command-line-parameter.patch | 10 ++-- > ...t-target-i386-disable-LINT0-after-re.patch | 4 +- > ...le-posix-make-locking-optiono-on-cre.patch | 34 +++++------ > ...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 | 16 +++--- > .../pve/0026-PVE-Backup-modify-job-api.patch | 18 +++--- > ...VE-Backup-add-vma-backup-format-code.patch | 10 ++-- > ...-Backup-add-backup-dump-block-driver.patch | 25 ++++----- > ...ckup-proxmox-backup-patches-for-qemu.patch | 46 +++++++-------- > ...estore-new-command-to-restore-from-p.patch | 4 +- > ...d-support-for-sync-bitmap-mode-never.patch | 56 +++++++++---------- > ...-support-for-conditional-and-always-.patch | 6 +- > ...check-for-bitmap-mode-without-bitmap.patch | 4 +- > ...-to-bdrv_dirty_bitmap_merge_internal.patch | 4 +- > ...6-iotests-add-test-for-bitmap-mirror.patch | 2 +- > .../0037-mirror-move-some-checks-to-qmp.patch | 8 +-- > ...irty-bitmap-tracking-for-incremental.patch | 12 ++-- > ...name-incremental-to-use-dirty-bitmap.patch | 8 +-- > ...ckup-add-compress-and-encrypt-option.patch | 8 +-- > ...k-driver-to-map-backup-archives-into.patch | 34 +++++------ > ...dd-query_proxmox_support-QMP-command.patch | 6 +- > ...issing-crypt-and-compress-parameters.patch | 2 +- > ...E-add-query-pbs-bitmap-info-QMP-call.patch | 8 +-- > debian/patches/series | 3 +- > qemu | 2 +- > 47 files changed, 302 insertions(+), 347 deletions(-) > create mode 100644 debian/patches/extra/0001-block-block-copy-always-align-copied-region-to-clust.patch > delete mode 100644 debian/patches/extra/0001-hw-vfio-pci-quirks-Fix-broken-legacy-IGD-passthrough.patch > delete mode 100644 debian/patches/extra/0002-hw-net-net_tx_pkt-fix-assertion-failure-in-net_tx_pk.patch > > applied, thanks!