mbox

[PULL,0/2] ppc-for-2.7 queue 20160803

Message ID 1470201951-19288-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-20160803

Message

David Gibson Aug. 3, 2016, 5:25 a.m. UTC
The following changes since commit 8b54a6a6c63dc84f2744f6b125c1a6c5a16ee10b:

  Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging (2016-08-02 12:55:12 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7005f7f81cef31bda895d3274c13854c143d3d8d:

  kvm-irqchip: only commit route when irqchip is used (2016-08-03 13:25:44 +1000)

----------------------------------------------------------------
qemu-2.7: ppc patch queue 2016-08-03

Here's the current set of patches (only 2) for spapr, ppc and related
things.  These are important bugfixes for the stabilizing 2.7 tree.

One is for a regression where confusion between x86 only and generic
KVM irq handling resulted in breakage on KVM/Power.  The other is
fixing (yet another) problem in the vcpu hotplug code: older pseries
machine types which don't support vcpu hotplug weren't correctly
advertising that, potentially leading to crashes or other problems.

----------------------------------------------------------------
Bharata B Rao (1):
      spapr: Error out when CPU hotplug is attempted on older pseries machines

Peter Xu (1):
      kvm-irqchip: only commit route when irqchip is used

NOTE: The KVM irq fix is technically in generic, not ppc, code, but
Paolo suggested pulling it through this tree, since ppc is the main
affected platform.

 hw/ppc/spapr.c          |  7 ++++++-
 hw/ppc/spapr_cpu_core.c | 19 ++++++-------------
 kvm-all.c               |  8 ++++++++
 3 files changed, 20 insertions(+), 14 deletions(-)

Comments

Peter Maydell Aug. 3, 2016, 12:40 p.m. UTC | #1
On 3 August 2016 at 06:25, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 8b54a6a6c63dc84f2744f6b125c1a6c5a16ee10b:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging (2016-08-02 12:55:12 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160803
>
> for you to fetch changes up to 7005f7f81cef31bda895d3274c13854c143d3d8d:
>
>   kvm-irqchip: only commit route when irqchip is used (2016-08-03 13:25:44 +1000)
>
> ----------------------------------------------------------------
> qemu-2.7: ppc patch queue 2016-08-03
>
> Here's the current set of patches (only 2) for spapr, ppc and related
> things.  These are important bugfixes for the stabilizing 2.7 tree.
>
> One is for a regression where confusion between x86 only and generic
> KVM irq handling resulted in breakage on KVM/Power.  The other is
> fixing (yet another) problem in the vcpu hotplug code: older pseries
> machine types which don't support vcpu hotplug weren't correctly
> advertising that, potentially leading to crashes or other problems.
>
> ----------------------------------------------------------------
> Bharata B Rao (1):
>       spapr: Error out when CPU hotplug is attempted on older pseries machines
>
> Peter Xu (1):
>       kvm-irqchip: only commit route when irqchip is used

Applied, thanks.

-- PMM