]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names
authorSean Christopherson <seanjc@google.com>
Fri, 28 Jan 2022 00:51:59 +0000 (00:51 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Feb 2022 18:47:20 +0000 (13:47 -0500)
commit587a863063f707576306c0e68ee1f82511e2031d
tree2394273cac9b284fb07bf80c3680f97da92e7c4e
parentafa1e13f2c888ca9fd800be7c84fa79d3eb26962
KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names

Massage VMX's implementation names for kvm_x86_ops to maximize use of
kvm-x86-ops.h.  Leave cpu_has_vmx_wbinvd_exit() as-is to preserve the
cpu_has_vmx_*() pattern used for querying VMCS capabilities.  Keep
pi_has_pending_interrupt() as vmx_dy_apicv_has_pending_interrupt() does
a poor job of describing exactly what is being checked in VMX land.

No functional change intended.

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