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
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to