]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: TDX: Make TDX VM type supported
authorIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 10 Dec 2024 00:49:43 +0000 (08:49 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Mar 2025 18:20:58 +0000 (14:20 -0400)
commit161d34609f9b319d0706eaf7d2cb7a2731251b25
tree2de7663246560c88deb708904cb32f4d65d0f40d
parent90fe64a94d5475738ca5db781cdf93ab39bf844f
KVM: TDX: Make TDX VM type supported

Now all the necessary code for TDX is in place, it's ready to run TDX
guest.  Advertise the VM type of KVM_X86_TDX_VM so that the user space
VMM like QEMU can start to use it.

Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Signed-off-by: Binbin Wu <binbin.wu@linux.intel.com>
---
TDX "the rest" v2:
- No change.

TDX "the rest" v1:
- Move down to the end of patch series.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/main.c