qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/14] ppc-for-2.7 queue 20160718


From: David Gibson
Subject: [Qemu-devel] [PULL 00/14] ppc-for-2.7 queue 20160718
Date: Mon, 18 Jul 2016 14:38:36 +1000

The following changes since commit 6b92bbfe812746fe7841a24c24e6460f5359ce72:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' 
into staging (2016-07-15 16:56:08 +0100)

are available in the git repository at:

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

for you to fetch changes up to 159d2e39a8602c369542a92573a52acb5f5f58f2:

  ppc: Yet another fix for the huge page support detection mechanism 
(2016-07-18 10:52:19 +1000)

----------------------------------------------------------------
ppc patch queue 2016-07-18

Here's what ought to be the final ppc pull request before the 2.7 hard
freeze.  This set contains a rework of the DBDMA device for Mac
platforms, and some assorted cleanups and bugfixes.

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
      ppc: Fix support for odd MSR combinations

Bharata B Rao (1):
      spapr: Ensure CPU cores are added contiguously and removed in LIFO order

David Gibson (1):
      vfio/spapr: Remove stale ioctl() call

Greg Kurz (2):
      spapr: fix core unplug crash
      ppc: abort if compat property contains an unknown value

Mark Cave-Ayland (6):
      dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMA
      dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASK
      dbdma: fix endian of DBDMA_CMDPTR_LO during branch
      dbdma: fix load_word/store_word value endianness
      dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA 
channels
      dbdma: reset io->processing flag for unassigned DBDMA channel rw accesses

Paolo Bonzini (1):
      target-ppc: fix left shift overflow in hpte_page_shift

Thomas Huth (2):
      ppc/mmu-hash64: Remove duplicated #include statement
      ppc: Yet another fix for the huge page support detection mechanism

 hw/misc/macio/mac_dbdma.c   | 125 +++++++++++++++++++++++---------------------
 hw/ppc/spapr_cpu_core.c     |  27 ++++++++--
 hw/vfio/spapr.c             |   1 -
 target-ppc/helper_regs.h    |  46 ++++++++--------
 target-ppc/kvm.c            |  10 ++--
 target-ppc/mmu-hash64.c     |   3 +-
 target-ppc/translate_init.c |   4 +-
 7 files changed, 119 insertions(+), 97 deletions(-)



reply via email to

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