On Tue, Apr 01, 2025 at 09:01:39AM -0400, Xiaoyao Li wrote:
> Date: Tue, 1 Apr 2025 09:01:39 -0400
> From: Xiaoyao Li
> Subject: [PATCH v8 29/55] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with
> GuestPanic facility
> X-Mailer: git-send-email 2.34.1
>
> Integrate TDX's T
Integrate TDX's TDX_REPORT_FATAL_ERROR into QEMU GuestPanic facility
Originated-from: Isaku Yamahata
Signed-off-by: Xiaoyao Li
Acked-by: Markus Armbruster
---
Changes in v8:
- use g_strdup() for copy string;
- use the new data ABI of KVM_SYSTEM_EVENT_TDX_FATAL to grab gpa info;
Changes in v6: