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 <xiaoyao...@intel.com> > 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 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 <xiaoyao...@intel.com> > Acked-by: Gerd Hoffmann <kra...@redhat.com> > --- > target/i386/kvm/tdx.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+)
Reviewed-by: Zhao Liu <zhao1....@intel.com>