mbox

[PULL,0/3] ppc-for-2.7 queue 20160808

Message ID 1470624282-5559-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-20160808

Message

David Gibson Aug. 8, 2016, 2:44 a.m. UTC
The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:

  tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 57c0eb1e0d6d8f01550d10cf08747f25cd537777:

  spapr: Fix undefined behaviour in spapr_tce_reset() (2016-08-08 10:06:25 +1000)

----------------------------------------------------------------
ppc patch queue 2016-08-08

This batch has several last minute bug fixes to be merged for
qemu-2.7.

----------------------------------------------------------------
David Gibson (2):
      spapr: Correctly set query_hotpluggable_cpus hook based on machine version
      spapr: Fix undefined behaviour in spapr_tce_reset()

Mark Cave-Ayland (1):
      macio: set res_count value to 0 after non-block ATAPI DMA transfers

 hw/ide/macio.c          |  1 +
 hw/ppc/spapr.c          | 24 +++++++++---------------
 hw/ppc/spapr_cpu_core.c |  7 ++-----
 hw/ppc/spapr_iommu.c    |  4 +++-
 include/hw/ppc/spapr.h  |  1 -
 5 files changed, 15 insertions(+), 22 deletions(-)

Comments

Peter Maydell Aug. 8, 2016, 11:41 a.m. UTC | #1
On 8 August 2016 at 03:44, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:
>
>   tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160808
>
> for you to fetch changes up to 57c0eb1e0d6d8f01550d10cf08747f25cd537777:
>
>   spapr: Fix undefined behaviour in spapr_tce_reset() (2016-08-08 10:06:25 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2016-08-08
>
> This batch has several last minute bug fixes to be merged for
> qemu-2.7.

Applied, thanks.

-- PMM