aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/governed_features.h
diff options
context:
space:
mode:
authorGravatar Sean Christopherson <seanjc@google.com> 2023-08-15 13:36:52 -0700
committerGravatar Sean Christopherson <seanjc@google.com> 2023-08-17 11:43:31 -0700
commitee785c870d6f80380be6549772137a41c527d0ba (patch)
treee413f11590453fb323f8dcc176e4e1477121d9ba /arch/x86/kvm/governed_features.h
parentKVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled" (diff)
downloadlinux-ee785c870d6f80380be6549772137a41c527d0ba.tar.gz
linux-ee785c870d6f80380be6549772137a41c527d0ba.tar.bz2
linux-ee785c870d6f80380be6549772137a41c527d0ba.zip
KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
Track "virtual NMI exposed to L1" via a governed feature flag instead of using a dedicated bit/flag in vcpu_svm. Note, checking KVM's capabilities instead of the "vnmi" param means that the code isn't strictly equivalent, as vnmi_enabled could have been set if nested=false where as that the governed feature cannot. But that's a glorified nop as the feature/flag is consumed only by paths that are gated by nSVM being enabled. Link: https://lore.kernel.org/r/20230815203653.519297-15-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'arch/x86/kvm/governed_features.h')
-rw-r--r--arch/x86/kvm/governed_features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/governed_features.h b/arch/x86/kvm/governed_features.h
index 368696c2e96b..423a73395c10 100644
--- a/arch/x86/kvm/governed_features.h
+++ b/arch/x86/kvm/governed_features.h
@@ -15,6 +15,7 @@ KVM_GOVERNED_X86_FEATURE(LBRV)
KVM_GOVERNED_X86_FEATURE(PAUSEFILTER)
KVM_GOVERNED_X86_FEATURE(PFTHRESHOLD)
KVM_GOVERNED_X86_FEATURE(VGIF)
+KVM_GOVERNED_X86_FEATURE(VNMI)
#undef KVM_GOVERNED_X86_FEATURE
#undef KVM_GOVERNED_FEATURE