]> git.ipfire.org Git - thirdparty/qemu.git/commit
i386/tdx: Make sept_ve_disable set by default
authorIsaku Yamahata <isaku.yamahata@intel.com>
Thu, 8 May 2025 14:59:16 +0000 (10:59 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 28 May 2025 17:01:40 +0000 (19:01 +0200)
commit714af52276e74a1829674d180ef26ecb6261834c
tree6db0e9a1d7b3e5440169b9fd1dea7e0af37a8ef9
parent6016e2972d94c90307b6caf55a8e3aee5424c09b
i386/tdx: Make sept_ve_disable set by default

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.yamahata@intel.com>
Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250508150002.689633-11-xiaoyao.li@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm/tdx.c