All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krish Sadhukhan <krish.sadhukhan@oracle.com>
To: kvm@vger.kernel.org
Cc: jmattson@google.com, sean.j.christopherson@intel.com,
	pbonzini@redhat.com
Subject: [PATCH] KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM modules
Date: Mon, 20 Jul 2020 18:07:27 -0400	[thread overview]
Message-ID: <20200720220728.11140-1-krish.sadhukhan@oracle.com> (raw)

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


             reply	other threads:[~2020-07-20 22:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20 22:07 Krish Sadhukhan [this message]
2020-07-20 22:07 ` [PATCH] KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM modules Krish Sadhukhan
2020-07-21 15:47   ` Sean Christopherson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200720220728.11140-1-krish.sadhukhan@oracle.com \
    --to=krish.sadhukhan@oracle.com \
    --cc=jmattson@google.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=sean.j.christopherson@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.