KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme
authorSean Christopherson <seanjc@google.com>
Wed, 5 Apr 2023 00:31:32 +0000 (17:31 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 10 Apr 2023 22:17:29 +0000 (15:17 -0700)
commit8a1300ff95185b23baff9c226a001c269108f9ea
tree29b645f8a8dfeaeda866d1f558ef0aca8b3410c0
parent40fa907e5a69edbae503a4937f8f487ed1ca92ea
KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme

Rename the Hyper-V hooks for TLB flushing to match the naming scheme used
by all the other TLB flushing hooks, e.g. in kvm_x86_ops, vendor code,
arch hooks from common code, etc.

Reviewed-by: David Matlack <dmatlack@google.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20230405003133.419177-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm-x86-ops.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/kvm_onhyperv.c
arch/x86/kvm/kvm_onhyperv.h
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/svm/svm_onhyperv.h
arch/x86/kvm/vmx/vmx.c