On Tue, Apr 01, 2025 at 09:01:14AM -0400, Xiaoyao Li wrote:
> Date: Tue, 1 Apr 2025 09:01:14 -0400
> From: Xiaoyao Li
> Subject: [PATCH v8 04/55] i386/tdx: Implement tdx_kvm_init() to initialize
> TDX VM context
> X-Mailer: git-send-email 2.34.1
>
> I
On Tue, Apr 01, 2025 at 09:01:14AM -0400, Xiaoyao Li wrote:
> Implement TDX specific ConfidentialGuestSupportClass::kvm_init()
> callback, tdx_kvm_init().
>
> Mark guest state is proctected for TDX VM. More TDX specific
> initialization will be added later.
>
> Signed-off-by: Xiaoyao Li
> ---
>
Implement TDX specific ConfidentialGuestSupportClass::kvm_init()
callback, tdx_kvm_init().
Mark guest state is proctected for TDX VM. More TDX specific
initialization will be added later.
Signed-off-by: Xiaoyao Li
---
Changes in v6:
- remove Acked-by from Gerd since the patch changed due to us