]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}()
authorSean Christopherson <seanjc@google.com>
Tue, 7 Jun 2022 21:35:53 +0000 (21:35 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jul 2022 17:22:27 +0000 (13:22 -0400)
commitd6b9ae0dc2256fd8ef3675a0c67bf2f86dd76dfe
treed73a9b483cdf92c5b239ee6fba7e61e61567364f
parenta4599825c72f5102138aa7a127981fdc93347e0c
KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}()

Rename the exit handlers for VMXON and VMXOFF to match the instruction
names, the terms "vmon" and "vmoff" are not used anywhere in Intel's
documentation, nor are they used elsehwere in KVM.

Sadly, the exit reasons are exposed to userspace and so cannot be renamed
without breaking userspace. :-(

Fixes: 1eb91cc48533 ("KVM: nVMX: Implement VMXON and VMXOFF")
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220607213604.3346000-5-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c