There is no functional change. Just the names of the functions in the two modules have been made consistent with respect to each other and with respect to the kvm_x86_ops structure. This will help in better readability and maintenance. [PATCH] KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM arch/x86/kvm/svm/avic.c | 4 ++-- arch/x86/kvm/svm/svm.c | 46 +++++++++++++++++++------------------- arch/x86/kvm/svm/svm.h | 2 +- arch/x86/kvm/vmx/nested.c | 4 ++-- arch/x86/kvm/vmx/vmx.c | 56 +++++++++++++++++++++++------------------------ arch/x86/kvm/vmx/vmx.h | 4 ++-- 6 files changed, 58 insertions(+), 58 deletions(-) Krish Sadhukhan (1): KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM modules