Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2024-01-08 Thread Xiaoyao Li
On 1/8/2024 10:44 PM, Daniel P. Berrangé wrote: On Fri, Dec 29, 2023 at 10:30:15AM +0800, Xiaoyao Li wrote: On 11/16/2023 1:58 AM, Daniel P. Berrangé wrote: On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: From: Isaku Yamahata For GetQuote, delegate a request to Quote Generation S

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2024-01-08 Thread Daniel P . Berrangé
On Fri, Dec 29, 2023 at 10:30:15AM +0800, Xiaoyao Li wrote: > On 11/16/2023 1:58 AM, Daniel P. Berrangé wrote: > > On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: > > > From: Isaku Yamahata > > > > > > For GetQuote, delegate a request to Quote Generation Service. > > > Add property "q

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-28 Thread Xiaoyao Li
On 11/16/2023 1:58 AM, Daniel P. Berrangé wrote: On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: From: Isaku Yamahata For GetQuote, delegate a request to Quote Generation Service. Add property "quote-generation-socket" to tdx-guest, whihc is a property of type SocketAddress to spec

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-25 Thread Xiaoyao Li
On 12/22/2023 9:14 PM, Daniel P. Berrangé wrote: On Fri, Dec 22, 2023 at 11:14:12AM +0800, Xiaoyao Li wrote: On 12/21/2023 7:05 PM, Daniel P. Berrangé wrote: On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: From: Isaku Yamahata For GetQuote, delegate a request to Quote Generation

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-22 Thread Daniel P . Berrangé
On Fri, Dec 22, 2023 at 11:14:12AM +0800, Xiaoyao Li wrote: > On 12/21/2023 7:05 PM, Daniel P. Berrangé wrote: > > On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: > > > From: Isaku Yamahata > > > > > > For GetQuote, delegate a request to Quote Generation Service. > > > Add property "q

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-21 Thread Xiaoyao Li
On 12/21/2023 7:05 PM, Daniel P. Berrangé wrote: On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: From: Isaku Yamahata For GetQuote, delegate a request to Quote Generation Service. Add property "quote-generation-socket" to tdx-guest, whihc is a property of type SocketAddress to spec

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-21 Thread Daniel P . Berrangé
On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: > From: Isaku Yamahata > > For GetQuote, delegate a request to Quote Generation Service. > Add property "quote-generation-socket" to tdx-guest, whihc is a property > of type SocketAddress to specify Quote Generation Service(QGS). > > On

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-07 Thread Markus Armbruster
Xiaoyao Li writes: > On 12/1/2023 7:02 PM, Markus Armbruster wrote: >> Xiaoyao Li writes: >> >>> From: Isaku Yamahata >>> >>> For GetQuote, delegate a request to Quote Generation Service. >>> Add property "quote-generation-socket" to tdx-guest, whihc is a property >>> of type SocketAddress to

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-06 Thread Xiaoyao Li
On 12/1/2023 7:02 PM, Markus Armbruster wrote: Xiaoyao Li writes: From: Isaku Yamahata For GetQuote, delegate a request to Quote Generation Service. Add property "quote-generation-socket" to tdx-guest, whihc is a property of type SocketAddress to specify Quote Generation Service(QGS). On re

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-12-01 Thread Markus Armbruster
Xiaoyao Li writes: > From: Isaku Yamahata > > For GetQuote, delegate a request to Quote Generation Service. > Add property "quote-generation-socket" to tdx-guest, whihc is a property > of type SocketAddress to specify Quote Generation Service(QGS). > > On request, connect to the QGS, read reques

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-11-15 Thread Daniel P . Berrangé
On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: > From: Isaku Yamahata > > For GetQuote, delegate a request to Quote Generation Service. > Add property "quote-generation-socket" to tdx-guest, whihc is a property > of type SocketAddress to specify Quote Generation Service(QGS). > > On

Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-11-15 Thread Daniel P . Berrangé
On Wed, Nov 15, 2023 at 02:15:01AM -0500, Xiaoyao Li wrote: > From: Isaku Yamahata > > For GetQuote, delegate a request to Quote Generation Service. > Add property "quote-generation-socket" to tdx-guest, whihc is a property > of type SocketAddress to specify Quote Generation Service(QGS). > > On

[PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL

2023-11-14 Thread Xiaoyao Li
From: Isaku Yamahata For GetQuote, delegate a request to Quote Generation Service. Add property "quote-generation-socket" to tdx-guest, whihc is a property of type SocketAddress to specify Quote Generation Service(QGS). On request, connect to the QGS, read request buffer from shared guest memory