From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id DC6161FF0AF for ; Thu, 10 Sep 2026 22:01:05 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id CE3F12144F; Thu, 10 Sep 2026 22:01:01 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Fiona Ebner Subject: applied: [PATCH-SERIES qemu/qemu-server v3 0/7] QEMU 11.1.1 Date: Thu, 10 Sep 2026 22:00:40 +0200 Message-ID: <178907042525.2609981.7496687804280714822.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260910112207.162329-1-f.ebner@proxmox.com> References: <20260910112207.162329-1-f.ebner@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1789070445961 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.701 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish 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 Message-ID-Hash: CMPEIN7RVWZQFMAVIUYHOXN7FJEGVD6J X-Message-ID-Hash: CMPEIN7RVWZQFMAVIUYHOXN7FJEGVD6J X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 10 Sep 2026 13:21:39 +0200, Fiona Ebner wrote: > Changes in v3: > * Rebase on current master for qemu-server test changes. > > Changes in v2: > * Rebase on current master. > * Use 11.1.1 instead of 11.1.0 as the base. > * Add some more stable fixes. > * Make sure to call qemu_savevm_query_pending_final() before > qemu_savevm_state_complete_precopy(). Noticed during testing where > a busy VM could end up stuck after rollback. > * Restore correct error handling for > qemu_savevm_state_complete_precopy() call. > * Add test to cover legacy monitor syntax with old QEMU binary. > > [...] Applied, thanks! [qemu-server] applied to qemu-server.git (master) [1/3] test: cfg2cmd: add simple test case using an 11.0 binary https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=05354d0f4b95213b22c99f4798f689fd1d99cac2 [2/3] monitor: use new QOM syntax on the QEMU commandline for monitor objects https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=bc0783ae4fcb679fbc389fe8070f3f84040cc1b8 [3/3] d/control: bump versioned build dependency for pve-qemu-kvm https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=826c4d79928a8015807877a765d988f443326cfc [qemu] applied to git/pve-qemu (master) [1/4] update submodule and patches to QEMU 11.1.1 https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=c8e56278ade94ba1219b59b0a9ef47a4f334fd19 [2/4] spice: work around broken input cleanup feature in libspice-server1 https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=59db2a10f85551e4752a7f565c6eea2339601c5f [3/4] add more stable fixes for QEMU 11.1.1 https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=5e08c14024a6646711fc88529942e5296b9cd676 [4/4] bump version to 11.1.1-1 https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=fa71af3c796c51f68679fa835eeeff2e7094e5e5