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(-)