KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
authorSean Christopherson <seanjc@google.com>
Tue, 30 Aug 2022 23:16:00 +0000 (23:16 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Sep 2022 16:03:07 +0000 (12:03 -0400)
commit6ad75c5c99f78e28b6ff2a44be167cd857270405
tree7ba3de0bfcd81256d656ab028dd6747c2a9955f9
parentbfcb08a0b9e99b959814a329fabace22c3df046d
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception

Rename the kvm_x86_ops hook for exception injection to better reflect
reality, and to align with pretty much every other related function name
in KVM.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Link: https://lore.kernel.org/r/20220830231614.3580124-14-seanjc@google.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm-x86-ops.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm/svm.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c