summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-04-04 08:13:18 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2024-04-11 13:08:24 -0400
commit2a955c4db1dd37ea312e57a3556107cdd4d2538e (patch)
tree1e55147604b254c2b7f9749f19288ef14c5b294c /arch/x86/kvm/x86.h
parent517987e3fb1909415b9231ef167e2a79208aaa73 (diff)
downloadlinux-stable-2a955c4db1dd37ea312e57a3556107cdd4d2538e.tar.gz
linux-stable-2a955c4db1dd37ea312e57a3556107cdd4d2538e.tar.bz2
linux-stable-2a955c4db1dd37ea312e57a3556107cdd4d2538e.zip
KVM: x86: Add supported_vm_types to kvm_caps
This simplifies the implementation of KVM_CHECK_EXTENSION(KVM_CAP_VM_TYPES), and also allows the vendor module to specify which VM types are supported. Suggested-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20240404121327.3107131-9-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.h')
-rw-r--r--arch/x86/kvm/x86.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.h b/arch/x86/kvm/x86.h
index a8b71803777b..d80a4c6b5a38 100644
--- a/arch/x86/kvm/x86.h
+++ b/arch/x86/kvm/x86.h
@@ -24,6 +24,8 @@ struct kvm_caps {
bool has_bus_lock_exit;
/* notify VM exit supported? */
bool has_notify_vmexit;
+ /* bit mask of VM types */
+ u32 supported_vm_types;
u64 supported_mce_cap;
u64 supported_xcr0;