qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PULL 00/17] ppc-for-2.7 queue 20160623


From: David Gibson
Subject: [Qemu-ppc] [PULL 00/17] ppc-for-2.7 queue 20160623
Date: Thu, 23 Jun 2016 15:48:29 +1000

The following changes since commit 6f1d2d1c5ad20d464705b17318cb7ca495f8078a:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160621-1' 
into staging (2016-06-21 15:19:58 +0100)

are available in the git repository at:

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

for you to fetch changes up to 86b50f2e1befc33407bdfeb6f45f7b0d2439a740:

  ppc: Disable huge page support if it is not available for main RAM 
(2016-06-23 12:53:42 +1000)

----------------------------------------------------------------
ppc patch queue for 2016-06-23

Currently outstanding patches for spapr, target-ppc and related
devices.  This batch has:
    * Significant new progress towards full support for hypervisor
      mode
    * Assorted bugfixes
    * Some preliminary patches towards dynamic DMA window support

The last involves a change to memory.c, which Paolo has said I can
take through this tree.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      memory: Add reporting of supported page sizes

Aneesh Kumar K.V (1):
      powerpc/mm: Update the WIMG check during H_ENTER

Benjamin Herrenschmidt (11):
      ppc: Improve emulation of THRM registers
      ppc: Fix rfi/rfid/hrfi/... emulation
      ppc: define a default LPCR value
      ppc: fix exception model for HV mode
      ppc: Fix POWER7 and POWER8 exception definitions
      ppc: Fix generation if ISI/DSI vs. HV mode
      ppc: Rework generation of priv and inval interrupts
      ppc: Add real mode CI load/store instructions for P7 and P8
      ppc: Turn a bunch of booleans from int to bool
      ppc: Move exception generation code out of line
      ppc: Add P7/P8 Power Management instructions

Laurent Vivier (1):
      ppc64: disable gen_pause() for linux-user mode

Richard Henderson (1):
      target-ppc: Fix rlwimi, rlwinm, rlwnm again

Thomas Huth (2):
      tests: Use '+=' to add additional tests, not '='
      ppc: Disable huge page support if it is not available for main RAM

 hw/ppc/spapr_hcall.c        |   6 +-
 hw/ppc/spapr_iommu.c        |   8 +
 hw/vfio/common.c            |   9 +-
 include/exec/memory.h       |  19 +-
 linux-user/main.c           |   1 +
 memory.c                    |  16 +-
 target-ppc/cpu-qom.h        |   9 +
 target-ppc/cpu.h            |  32 +-
 target-ppc/excp_helper.c    | 263 +++++++------
 target-ppc/helper.h         |   2 +
 target-ppc/kvm.c            |  17 +-
 target-ppc/misc_helper.c    |  41 +++
 target-ppc/mmu-hash64.c     |  69 +++-
 target-ppc/translate.c      | 870 ++++++++++++++++++++++----------------------
 target-ppc/translate_init.c | 154 +++++++-
 tests/Makefile.include      |   8 +-
 16 files changed, 912 insertions(+), 612 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]