]> www.infradead.org Git - users/jedix/linux-maple.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)
commit58fccda47e4bd8ecced8c317d13411e8d21b89b1
tree2394273cac9b284fb07bf80c3680f97da92e7c4e
parent7ad02ef0da25fd87b2c10e1eb75e02855b506b30
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