commit | 0ce97a2b627c5e26347aee298f571ddf925e5fe4 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Thu Aug 23 13:56:52 2018 -0700 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Thu Aug 30 16:20:44 2018 +0200 |
tree | 52687003208926739cf192d4e1b563767cd4b8c4 | |
parent | 6c3dfeb6a48b1562bd5b8ec5f3317ef34d0134ef [diff] |
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>