public inbox for kvm-ppc@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: kvm-ppc@vger.kernel.org
Cc: "kvm@vger.kernel.org mailing list" <kvm@vger.kernel.org>,
	Gleb Natapov <gleb@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: [PULL 0/6] ppc patch queue 2013-05-02 for 3.10
Date: Thu, 02 May 2013 13:32:45 +0000	[thread overview]
Message-ID: <1367501571-15509-1-git-send-email-agraf@suse.de> (raw)

Hi Marcelo / Gleb,

This is my current patch queue for ppc.  Please pull and apply to next, so it
makes its way into 3.10. Sorry for the late request.

There is still one RCU patch outstanding that needs a respin, so expect another
request to come in later in the 3.10 cycle.

Changes include:

  - Book3S HV: Expose in-kernel XICS device creation, enabling in-kernel irqchip
               on POWER systems.
  - Various MPIC and RCU bug fixes

Alex


The following changes since commit 4cee4b72f1e2600e19779a14d4d9a4f4016ce49f:

  kvm: KVM_CAP_IOMMU only available with device assignment (2013-04-29 23:08:50 -0300)

are available in the git repository at:

  git://github.com/agraf/linux-2.6.git kvm-ppc-next

for you to fetch changes up to 5975a2e0950291a6bfe9fd5880e7952ff87764be:

  KVM: PPC: Book3S: Add API for in-kernel XICS emulation (2013-05-02 15:28:36 +0200)

----------------------------------------------------------------
Paul Mackerras (1):
      KVM: PPC: Book3S: Add API for in-kernel XICS emulation

Scott Wood (4):
      kvm/ppc/mpic: remove default routes from documentation
      kvm/ppc/mpic: fix mmio region lists when multiple guests used
      kvm/ppc/mpic: remove users
      kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write

Wei Yongjun (1):
      kvm/ppc/mpic: fix missing unlock in set_base_addr()

 Documentation/virtual/kvm/api.txt          |   8 ++
 Documentation/virtual/kvm/devices/mpic.txt |   3 -
 Documentation/virtual/kvm/devices/xics.txt |  66 ++++++++++
 arch/powerpc/include/asm/kvm_ppc.h         |   2 +
 arch/powerpc/include/uapi/asm/kvm.h        |  12 ++
 arch/powerpc/kvm/book3s_xics.c             | 190 +++++++++++++++++++++++++----
 arch/powerpc/kvm/book3s_xics.h             |   1 +
 arch/powerpc/kvm/irq.h                     |   3 +
 arch/powerpc/kvm/mpic.c                    |  56 +++++----
 arch/powerpc/kvm/powerpc.c                 |  45 ++++++-
 include/linux/kvm_host.h                   |   1 +
 include/uapi/linux/kvm.h                   |   2 +
 virt/kvm/kvm_main.c                        |   5 +
 13 files changed, 339 insertions(+), 55 deletions(-)
 create mode 100644 Documentation/virtual/kvm/devices/xics.txt

             reply	other threads:[~2013-05-02 13:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-02 13:32 Alexander Graf [this message]
2013-05-02 13:32 ` [PATCH 1/6] kvm/ppc/mpic: remove default routes from documentation Alexander Graf
2013-05-02 13:32 ` [PATCH 2/6] kvm/ppc/mpic: fix mmio region lists when multiple guests used Alexander Graf
2013-05-02 13:32 ` [PATCH 3/6] kvm/ppc/mpic: remove users Alexander Graf
2013-05-02 13:32 ` [PATCH 4/6] kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write Alexander Graf
2013-05-02 13:32 ` [PATCH 5/6] kvm/ppc/mpic: fix missing unlock in set_base_addr() Alexander Graf
2013-05-02 13:32 ` [PATCH 6/6] KVM: PPC: Book3S: Add API for in-kernel XICS emulation Alexander Graf
2013-05-03  0:09 ` [PULL 0/6] ppc patch queue 2013-05-02 for 3.10 Marcelo Tosatti

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=1367501571-15509-1-git-send-email-agraf@suse.de \
    --to=agraf@suse.de \
    --cc=gleb@redhat.com \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox