Re: [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

2023-08-29 Thread Xiaoyao Li
On 8/29/2023 6:28 PM, Daniel P. Berrangé wrote: On Mon, Aug 28, 2023 at 09:14:41PM +0800, Xiaoyao Li wrote: On 8/21/2023 5:58 PM, Daniel P. Berrangé wrote: On Fri, Aug 18, 2023 at 05:50:30AM -0400, Xiaoyao Li wrote: Originated-from: Isaku Yamahata Signed-off-by: Xiaoyao Li --- qapi/run-st

Re: [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

2023-08-29 Thread Daniel P . Berrangé
On Mon, Aug 28, 2023 at 09:14:41PM +0800, Xiaoyao Li wrote: > On 8/21/2023 5:58 PM, Daniel P. Berrangé wrote: > > On Fri, Aug 18, 2023 at 05:50:30AM -0400, Xiaoyao Li wrote: > > > Originated-from: Isaku Yamahata > > > Signed-off-by: Xiaoyao Li > > > --- > > > qapi/run-state.json | 17

Re: [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

2023-08-28 Thread Xiaoyao Li
On 8/21/2023 5:58 PM, Daniel P. Berrangé wrote: On Fri, Aug 18, 2023 at 05:50:30AM -0400, Xiaoyao Li wrote: Originated-from: Isaku Yamahata Signed-off-by: Xiaoyao Li --- qapi/run-state.json | 17 +-- softmmu/runstate.c| 49 +++ targ

Re: [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

2023-08-21 Thread Daniel P . Berrangé
On Fri, Aug 18, 2023 at 05:50:30AM -0400, Xiaoyao Li wrote: > Originated-from: Isaku Yamahata > Signed-off-by: Xiaoyao Li > --- > qapi/run-state.json | 17 +-- > softmmu/runstate.c| 49 +++ > target/i386/kvm/tdx.c | 24 +++