public inbox for kvm-ppc@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/6] ppc patch queue 2013-05-02 for 3.10
@ 2013-05-02 13:32 Alexander Graf
  2013-05-02 13:32 ` [PATCH 1/6] kvm/ppc/mpic: remove default routes from documentation Alexander Graf
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alexander Graf @ 2013-05-02 13:32 UTC (permalink / raw)
  To: kvm-ppc; +Cc: kvm@vger.kernel.org mailing list, Gleb Natapov, Marcelo Tosatti

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

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

end of thread, other threads:[~2013-05-03  0:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 13:32 [PULL 0/6] ppc patch queue 2013-05-02 for 3.10 Alexander Graf
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox