From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 13DAE1FF165 for ; Thu, 6 Nov 2025 15:46:50 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1751A1AC27; Thu, 6 Nov 2025 15:47:29 +0100 (CET) Mime-Version: 1.0 Date: Thu, 06 Nov 2025 15:47:25 +0100 Message-Id: From: "Daniel Kral" To: "Proxmox VE development discussion" X-Mailer: aerc 0.21.0-10-gf12c391cb5b4 References: <20251020141335.124077-1-f.ebner@proxmox.com> In-Reply-To: <20251020141335.124077-1-f.ebner@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1762440426807 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.016 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: Re: [pve-devel] [PATCH-SERIES qemu/swtpm/storage/qemu-server/manager v2 00/16] fix #4693: drive: allow non-raw image formats for TPM state drive 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: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On Mon Oct 20, 2025 at 4:12 PM CEST, Fiona Ebner wrote: > Changes in v2: > * Attempt unmounting left-over mounted files (thanks @Dano). > * Add missing fuse dependencies for QEMU packaging (thanks @Dano). > * Improve commit message for QMP peer abstraction (thanks @Dano). > * Clean up files before starting new QSD instance. > * Further abstract QMP peer in QMP client/monitor modules: > Replace 'vmid' by 'id' and allow specifying a peer name for error > messages. This is preparation for use cases of the storage daemon > where there might not be a single associated guest. For example, > restoring from a backup provider via exports of a storage daemon, > and a second storage daemon for the TPM of the VM itself. > * Add UI patch. I've tested the following (now mainly through the UI) again: - creating a VM with tpmstate0 with raw/qcow2 format - moving a VM with tpmstate0 with qcow2 format between storages - converting existing VM from raw to qcow2 format and vice versa - cloning VMs to the same storage again - starting any of those (debian13 and win11) worked fine - `kill -KILL $(pidof qemu-storage-daemon)` and starting the VM again afterwards cleaned up as expected I've checked the commits without R-b and diffed the new code changes against the v1 and grepped for changes from vmid to id and whether all *_cmd(...) calls have the right arguments with the new name field. Looks good to me, consider this: Reviewed-by: Daniel Kral Tested-by: Daniel Kral _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel