mbox

[PULL,00/14] ppc-for-2.7 queue 20160705

Message ID 1467695448-7780-1-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Pull-request

git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160705

Message

David Gibson July 5, 2016, 5:10 a.m. UTC
The following changes since commit 11659423113d2fbcf055085b5e8285d590addfaa:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160704-3' into staging (2016-07-04 17:27:54 +0100)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160705

for you to fetch changes up to caef46874f18b948014c545be505720dbef24f9d:

  ppc/hash64: Fix support for LPCR:ISL (2016-07-05 14:31:09 +1000)

----------------------------------------------------------------
ppc patch queue for 2016-07-05

Here's the current ppc, sPAPR and related drivers patch queue.

  * The big addition is dynamic DMA window support (this includes some
    core VFIO changes)
  * There are also several fixes to the MMU emulation for bugs
    introduced with the HV mode patches
  * Several other bugfixes and cleanups

----------------------------------------------------------------
Alexey Kardashevskiy (5):
      spapr_iommu: Realloc guest visible TCE table when starting/stopping listening
      vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)
      vfio: Add host side DMA window capabilities
      vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)
      spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)

Anton Blanchard (1):
      ppc: Fix xsrdpi, xvrdpi and xvrspi rounding

Benjamin Herrenschmidt (2):
      ppc/hash64: Add proper real mode translation support
      ppc/hash64: Fix support for LPCR:ISL

Bharata B Rao (1):
      spapr: Ensure thread0 of CPU core is always realized first

Cédric Le Goater (1):
      ppc: simplify ppc_hash64_hpte_page_shift_noslb()

David Gibson (3):
      target-ppc: Correct page size decoding in ppc_hash64_pteg_search()
      target-ppc: Simplify HPTE matching
      target-ppc: Return page shift from PTEG search

Greg Kurz (1):
      ppc: simplify max_smt initialization in ppc_cpu_realizefn()

 hw/ppc/Makefile.objs          |   1 +
 hw/ppc/spapr.c                |  14 +-
 hw/ppc/spapr_cpu_core.c       |  29 ++--
 hw/ppc/spapr_hcall.c          |   4 +-
 hw/ppc/spapr_iommu.c          |  12 ++
 hw/ppc/spapr_pci.c            |  81 +++++++----
 hw/ppc/spapr_rtas_ddw.c       | 295 ++++++++++++++++++++++++++++++++++++++
 hw/ppc/trace-events           |   4 +
 hw/vfio/Makefile.objs         |   1 +
 hw/vfio/common.c              | 170 ++++++++++++++++++----
 hw/vfio/spapr.c               | 210 +++++++++++++++++++++++++++
 hw/vfio/trace-events          |   8 ++
 include/hw/pci-host/spapr.h   |   8 +-
 include/hw/ppc/spapr.h        |  16 ++-
 include/hw/vfio/vfio-common.h |  20 ++-
 target-ppc/cpu.h              |   2 +
 target-ppc/fpu_helper.c       |   6 +-
 target-ppc/mmu-hash64.c       | 323 +++++++++++++++++++++++++++++-------------
 target-ppc/mmu-hash64.h       |   8 +-
 target-ppc/translate_init.c   |  16 ++-
 20 files changed, 1045 insertions(+), 183 deletions(-)
 create mode 100644 hw/ppc/spapr_rtas_ddw.c
 create mode 100644 hw/vfio/spapr.c

Comments

David Gibson July 5, 2016, 5:32 a.m. UTC | #1
On Tue, Jul 05, 2016 at 03:10:34PM +1000, David Gibson wrote:
> The following changes since commit 11659423113d2fbcf055085b5e8285d590addfaa:
> 
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160704-3' into staging (2016-07-04 17:27:54 +0100)
> 
> are available in the git repository at:
> 
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160705
> 
> for you to fetch changes up to caef46874f18b948014c545be505720dbef24f9d:
> 
>   ppc/hash64: Fix support for LPCR:ISL (2016-07-05 14:31:09 +1000)

Sorry about the screwup that BenH pointed out.  I've resent a fixed
version.
Benjamin Herrenschmidt July 5, 2016, 5:36 a.m. UTC | #2
On Tue, 2016-07-05 at 15:32 +1000, David Gibson wrote:
> On Tue, Jul 05, 2016 at 03:10:34PM +1000, David Gibson wrote:
> > The following changes since commit
> > 11659423113d2fbcf055085b5e8285d590addfaa:
> > 
> >   Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-
> > 20160704-3' into staging (2016-07-04 17:27:54 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160705
> > 
> > for you to fetch changes up to
> > caef46874f18b948014c545be505720dbef24f9d:
> > 
> >   ppc/hash64: Fix support for LPCR:ISL (2016-07-05 14:31:09 +1000)
> 
> Sorry about the screwup that BenH pointed out.  I've resent a fixed
> version.

Ack :-)

Cheers,
Ben.