On Tue, Apr 01, 2025 at 09:01:20AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:20 -0400 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v8 10/55] i386/tdx: Make sept_ve_disable set by default > X-Mailer: git-send-email 2.34.1 > > From: Isaku Yamahata <isaku.yamah...@intel.com> > > For TDX KVM use case, Linux guest is the most major one. It requires > sept_ve_disable set. Make it default for the main use case. For other use > case, it can be enabled/disabled via qemu command line. > > Signed-off-by: Isaku Yamahata <isaku.yamah...@intel.com> > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > target/i386/kvm/tdx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>