On Tue, Apr 01, 2025 at 09:01:37AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:37 -0400 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v8 27/55] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE > X-Mailer: git-send-email 2.34.1 > > KVM translates TDG.VP.VMCALL<MapGPA> to KVM_HC_MAP_GPA_RANGE, and QEMU > needs to enable user exit on KVM_HC_MAP_GPA_RANGE in order to handle the > memory conversion requested by TD guest. > > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > changes in v6: > - new patch; > --- > target/i386/kvm/tdx.c | 7 +++++++ > 1 file changed, 7 insertions(+)
Reviewed-by: Zhao Liu <zhao1....@intel.com>