From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id A6D901FF185 for ; Mon, 17 Nov 2025 15:05:58 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id CB66B1A7F0; Mon, 17 Nov 2025 15:06:01 +0100 (CET) From: Fiona Ebner To: pve-devel@lists.proxmox.com, Anton Iacobaeus Date: Mon, 17 Nov 2025 15:04:02 +0100 Message-ID: <176338779198.189087.15403021478648575715.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251117104817.471815-3-anton.iacobaeus@canarybit.eu> References: <20251117104817.471815-1-anton.iacobaeus@canarybit.eu> <20251117104817.471815-3-anton.iacobaeus@canarybit.eu> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1763388329871 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.017 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 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 qemu-server 1/1] Add support for TDX quote-generation-socket object 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, 17 Nov 2025 11:48:00 +0100, Anton Iacobaeus wrote: > Extend the tdx object with the quote-generation-socket as defined in: > https://www.qemu.org/docs/master/interop/qemu-storage-daemon-qmp-ref.html#object-QSD-qom.TdxGuestProperties > > Only vsock is included here since it is the most commonly used with TDX > attestation. Applied, thanks! I made some slight changes, most importantly not exposing the socket type yet. Can still be added later with a default for 'vsock' should we ever need it. Also changed the checks for 'cid' and 'port' to be for definedness rather than boolean. And added explicit coercion to strings in the object passed for JSON, since it's like that in the QMP schema. [1/1] Add support for TDX quote-generation-socket object commit: bd0347878e824e249b1e919fe2fe2348e58d9316 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel