On Tue, Apr 01, 2025 at 09:01:35AM -0400, Xiaoyao Li wrote:
> Date: Tue, 1 Apr 2025 09:01:35 -0400
> From: Xiaoyao Li
> Subject: [PATCH v8 25/55] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize
> TDX vcpu
> X-Mailer: git-send-email 2.34.1
>
> TDX vcpu needs to be in
TDX vcpu needs to be initialized by SEAMCALL(TDH.VP.INIT) and KVM
provides vcpu level IOCTL KVM_TDX_INIT_VCPU for it.
KVM_TDX_INIT_VCPU needs the address of the HOB as input. Invoke it for
each vcpu after HOB list is created.
Signed-off-by: Xiaoyao Li
Acked-by: Gerd Hoffmann
---
target/i386/kv