RE: [PATCH v2 11/21] qemu: Add command line for TDX Quote Generation Service(QGS)

2025-06-27 Thread Duan, Zhenzhong
>-Original Message- >From: Peter Krempa >Subject: Re: [PATCH v2 11/21] qemu: Add command line for TDX Quote >Generation Service(QGS) > >On Wed, Jun 25, 2025 at 17:45:23 +0800, Zhenzhong Duan wrote: >> 'tdx-guest' object supports a "quote-generat

Re: [PATCH v2 11/21] qemu: Add command line for TDX Quote Generation Service(QGS)

2025-06-25 Thread Peter Krempa via Devel
On Wed, Jun 25, 2025 at 17:45:23 +0800, Zhenzhong Duan wrote: > 'tdx-guest' object supports a "quote-generation-socket" property for > attestation purpose. When "quote-generation-socket" is configured in > guest xml, libvirt generates unix socket format cmdline for QEMU. > > 'Path' element can be

[PATCH v2 11/21] qemu: Add command line for TDX Quote Generation Service(QGS)

2025-06-25 Thread Zhenzhong Duan
'tdx-guest' object supports a "quote-generation-socket" property for attestation purpose. When "quote-generation-socket" is configured in guest xml, libvirt generates unix socket format cmdline for QEMU. 'Path' element can be omitted, default path "/var/run/tdx-qgs/qgs.socket" is used in this case