kvm-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: kvm-ia64@vger.kernel.org
Subject: [PATCH 0/2] KVM: minor cleanup and optimizations
Date: Thu, 28 Aug 2014 13:13:01 +0000	[thread overview]
Message-ID: <1409231583-7048-1-git-send-email-rkrcmar@redhat.com> (raw)

The first patch answers a demand for inline arch functions.
(There is a lot of constant functions that could be inlined as well.)

Second patch digs a bit into the history of KVM and removes a useless
argument that seemed suspicious when preparing the first patch.


Radim Krčmář (2):
  KVM: static inline empty kvm_arch functions
  KVM: remove garbage arg to *hardware_{en,dis}able

 arch/arm/include/asm/kvm_host.h     |  6 +++++
 arch/arm/kvm/arm.c                  | 21 +----------------
 arch/arm64/include/asm/kvm_host.h   |  6 +++++
 arch/ia64/include/asm/kvm_host.h    | 12 ++++++++++
 arch/ia64/kvm/kvm-ia64.c            | 34 ++--------------------------
 arch/mips/include/asm/kvm_host.h    | 11 +++++++++
 arch/mips/kvm/mips.c                | 44 +-----------------------------------
 arch/powerpc/include/asm/kvm_host.h |  8 +++++++
 arch/powerpc/kvm/powerpc.c          | 31 +------------------------
 arch/s390/include/asm/kvm_host.h    | 14 ++++++++++++
 arch/s390/kvm/kvm-s390.c            | 45 +------------------------------------
 arch/x86/include/asm/kvm_host.h     |  4 ++--
 arch/x86/kvm/svm.c                  |  4 ++--
 arch/x86/kvm/vmx.c                  |  4 ++--
 arch/x86/kvm/x86.c                  | 12 +++++-----
 include/linux/kvm_host.h            |  4 ++--
 virt/kvm/kvm_main.c                 |  4 ++--
 17 files changed, 79 insertions(+), 185 deletions(-)

-- 
2.1.0


             reply	other threads:[~2014-08-28 13:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-28 13:13 Radim Krčmář [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-01 22:46 [PATCH 0/2] KVM: minor cleanup and optimizations Alexander Graf

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=1409231583-7048-1-git-send-email-rkrcmar@redhat.com \
    --to=rkrcmar@redhat.com \
    --cc=kvm-ia64@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).