On Thu, May 12, 2022 at 11:17:52AM +0800, Xiaoyao Li wrote: > 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.li@xxxxxxxxx> Acked-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>