On Tue, Apr 01, 2025 at 09:01:13AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:13 -0400 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v8 03/55] i386/tdx: Implement tdx_kvm_type() for TDX > X-Mailer: git-send-email 2.34.1 > > TDX VM requires VM type to be KVM_X86_TDX_VM. Implement tdx_kvm_type() > as X86ConfidentialGuestClass->kvm_type. > > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > Changes in v6: > - new added patch; > --- > target/i386/kvm/kvm.c | 1 + > target/i386/kvm/tdx.c | 12 ++++++++++++ > 2 files changed, 13 insertions(+)
Reviewed-by: Zhao Liu <zhao1....@intel.com>