All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM modules
@ 2020-07-20 22:07 Krish Sadhukhan
  2020-07-20 22:07 ` Krish Sadhukhan
  0 siblings, 1 reply; 3+ messages in thread
From: Krish Sadhukhan @ 2020-07-20 22:07 UTC (permalink / raw)
  To: kvm; +Cc: jmattson, sean.j.christopherson, pbonzini

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-21 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 22:07 [PATCH] KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM modules Krish Sadhukhan
2020-07-20 22:07 ` Krish Sadhukhan
2020-07-21 15:47   ` Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.