]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()
authorSean Christopherson <sean.j.christopherson@intel.com>
Thu, 23 Aug 2018 20:56:52 +0000 (13:56 -0700)
committerRadim Krčmář <rkrcmar@redhat.com>
Thu, 30 Aug 2018 14:20:44 +0000 (16:20 +0200)
commitcbbe9a85836824daf10bc8552879f974c15c9113
tree52687003208926739cf192d4e1b563767cd4b8c4
parenta0892263c88b7211ae7e730c8906b3d5371ffd08
KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()

Lack of the kvm_ prefix gives the impression that it's a VMX or SVM
specific function, and there's no conflict that prevents adding the
kvm_ prefix.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c