From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id CFC551FF162 for <inbox@lore.proxmox.com>; Mon, 7 Apr 2025 09:33:38 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D12A83742A; Mon, 7 Apr 2025 09:33:32 +0200 (CEST) From: Fiona Ebner <f.ebner@proxmox.com> To: pve-devel@lists.proxmox.com Date: Mon, 7 Apr 2025 09:32:52 +0200 Message-Id: <20250407073256.8889-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.038 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. 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] [PATCH-SERIES v2 qemu-server 0/4] QEMU 9.2 compat X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> List-Post: <mailto:pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> Changes in v2: * Rebase on current master adapting newly added tests. Adapt to deprecated features in QEMU 9.2 and clean up setting migration capabilities. Fiona Ebner (4): cfg2cmd: replace deprecated 'reconnect' option with 'reconnect-ms' migration: drop removed 'compress' capability migration: drop deprecated 'zero-blocks' capability migration: remove wrong attempt of disabling 'rdma-pin-all' capability PVE/QemuServer.pm | 10 ++++++---- debian/control | 2 +- test/cfg2cmd/bootorder-empty.conf.cmd | 2 +- test/cfg2cmd/bootorder-legacy.conf.cmd | 2 +- test/cfg2cmd/bootorder.conf.cmd | 2 +- .../cputype-icelake-client-deprecation.conf.cmd | 2 +- test/cfg2cmd/custom-cpu-model-defaults.conf.cmd | 2 +- test/cfg2cmd/custom-cpu-model-host-phys-bits.conf.cmd | 2 +- test/cfg2cmd/custom-cpu-model.conf.cmd | 2 +- test/cfg2cmd/efi-raw-old.conf.cmd | 2 +- test/cfg2cmd/efi-raw-template.conf.cmd | 2 +- test/cfg2cmd/efi-raw.conf.cmd | 2 +- test/cfg2cmd/efi-secboot-and-tpm-q35.conf.cmd | 2 +- test/cfg2cmd/efi-secboot-and-tpm.conf.cmd | 2 +- test/cfg2cmd/efidisk-on-rbd.conf.cmd | 2 +- test/cfg2cmd/i440fx-viommu-virtio.conf.cmd | 2 +- test/cfg2cmd/i440fx-win10-hostpci.conf.cmd | 2 +- test/cfg2cmd/ide.conf.cmd | 2 +- test/cfg2cmd/memory-hotplug-hugepages.conf.cmd | 2 +- test/cfg2cmd/memory-hotplug.conf.cmd | 2 +- test/cfg2cmd/memory-hugepages-1g.conf.cmd | 2 +- test/cfg2cmd/memory-hugepages-2m.conf.cmd | 2 +- test/cfg2cmd/minimal-defaults.conf.cmd | 2 +- test/cfg2cmd/netdev-7.0-multiqueues.conf.cmd | 2 +- test/cfg2cmd/netdev-7.1-multiqueues.conf.cmd | 2 +- test/cfg2cmd/netdev-7.1.conf.cmd | 2 +- test/cfg2cmd/netdev.conf.cmd | 2 +- test/cfg2cmd/pinned-version-pxe-pve.conf.cmd | 2 +- test/cfg2cmd/pinned-version-pxe.conf.cmd | 2 +- test/cfg2cmd/pinned-version.conf.cmd | 2 +- test/cfg2cmd/q35-ide.conf.cmd | 2 +- test/cfg2cmd/q35-linux-hostpci-mapping.conf.cmd | 2 +- test/cfg2cmd/q35-linux-hostpci-multifunction.conf.cmd | 2 +- test/cfg2cmd/q35-linux-hostpci-template.conf.cmd | 2 +- .../cfg2cmd/q35-linux-hostpci-x-pci-overrides.conf.cmd | 2 +- test/cfg2cmd/q35-linux-hostpci.conf.cmd | 2 +- test/cfg2cmd/q35-simple-6.0.conf.cmd | 2 +- test/cfg2cmd/q35-simple-7.0.conf.cmd | 2 +- test/cfg2cmd/q35-simple-pinned-6.1.conf.cmd | 2 +- test/cfg2cmd/q35-simple.conf.cmd | 2 +- test/cfg2cmd/q35-usb2.conf.cmd | 2 +- test/cfg2cmd/q35-usb3.conf.cmd | 2 +- test/cfg2cmd/q35-viommu-intel.conf.cmd | 2 +- test/cfg2cmd/q35-viommu-virtio.conf.cmd | 2 +- test/cfg2cmd/q35-win10-hostpci.conf.cmd | 2 +- test/cfg2cmd/q35-windows-pinning.conf.cmd | 2 +- test/cfg2cmd/qemu-xhci-7.1.conf.cmd | 2 +- test/cfg2cmd/qemu-xhci-q35-7.1.conf.cmd | 2 +- test/cfg2cmd/seabios_serial.conf.cmd | 2 +- test/cfg2cmd/sev-es.conf.cmd | 2 +- test/cfg2cmd/sev-snp.conf.cmd | 2 +- test/cfg2cmd/sev-std.conf.cmd | 2 +- .../simple-balloon-free-page-reporting.conf.cmd | 2 +- test/cfg2cmd/simple-btrfs.conf.cmd | 2 +- test/cfg2cmd/simple-virtio-blk.conf.cmd | 2 +- test/cfg2cmd/simple1-template.conf.cmd | 2 +- test/cfg2cmd/simple1.conf.cmd | 2 +- test/cfg2cmd/spice-enhancments.conf.cmd | 2 +- test/cfg2cmd/spice-linux-4.1.conf.cmd | 2 +- test/cfg2cmd/spice-usb3.conf.cmd | 2 +- test/cfg2cmd/spice-win.conf.cmd | 2 +- test/cfg2cmd/vnc-clipboard-spice.conf.cmd | 2 +- test/cfg2cmd/vnc-clipboard-std.conf.cmd | 2 +- 63 files changed, 68 insertions(+), 66 deletions(-) -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel