mbox

[PULL,0/4] ppc-for-2.7 queue 20160627

Message ID 1467005372-23288-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-20160627

Message

David Gibson June 27, 2016, 5:29 a.m. UTC
The following changes since commit a01aef5d2f96c334d048f43f0d3573a1152b37ca:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2016-06-24 11:00:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 27393c33d806a4a5c3bc85342e4c1985a666681b:

  qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore (2016-06-27 13:15:06 +1000)

----------------------------------------------------------------
ppc patch queue for 2016-06-27

Small queue this time.  Main reason for sending it is the pair of
patches to fix up the new cpu hotplug model used on Power to what
should be an actually usable state.  There's also a small BookE bugfix
and a XICS trivial cleanup.

----------------------------------------------------------------
Aaron Larson (1):
      target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIR

Benjamin Herrenschmidt (1):
      ppc/xics: Remove unused xics_set_irq_type()

Peter Krempa (2):
      qapi: Report support for -device cpu hotplug in query-machines
      qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore

 hmp.c                 | 16 ++++++++--------
 hw/intc/xics.c        | 11 -----------
 hw/ppc/ppce500_spin.c |  2 +-
 hw/ppc/spapr.c        |  4 ++--
 include/hw/cpu/core.h |  3 +++
 include/hw/ppc/xics.h |  1 -
 qapi-schema.json      | 24 ++++++++++++++----------
 vl.c                  |  1 +
 8 files changed, 29 insertions(+), 33 deletions(-)

Comments

Peter Maydell June 27, 2016, 2:46 p.m. UTC | #1
On 27 June 2016 at 06:29, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit a01aef5d2f96c334d048f43f0d3573a1152b37ca:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2016-06-24 11:00:15 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160627
>
> for you to fetch changes up to 27393c33d806a4a5c3bc85342e4c1985a666681b:
>
>   qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore (2016-06-27 13:15:06 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue for 2016-06-27
>
> Small queue this time.  Main reason for sending it is the pair of
> patches to fix up the new cpu hotplug model used on Power to what
> should be an actually usable state.  There's also a small BookE bugfix
> and a XICS trivial cleanup.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM