KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper
authorSean Christopherson <seanjc@google.com>
Sat, 11 Feb 2023 00:35:34 +0000 (00:35 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Mar 2023 14:28:58 +0000 (10:28 -0400)
commitfbc722aac1ce66960de50c0f488b6ff865a41d74
tree5494d79a0532ac9227010f9d2d458cb6d14b768a
parent19f10315fd53599d8186aa46a0363b233292eb3d
KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper

Rename enable_evmcs to __kvm_is_using_evmcs to match its wrapper, and to
avoid confusion with enabling eVMCS for nested virtualization, i.e. have
"enable eVMCS" be reserved for "enable eVMCS support for L1".

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20230211003534.564198-4-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/hyperv.c
arch/x86/kvm/vmx/hyperv.h
arch/x86/kvm/vmx/vmx.c