Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190218143049.17142-1-david@gibson.dropbear.id.au
Maintainers: "Hervé Poussineau" <hpoussin@reactos.org>, "Michael S. Tsirkin" <mst@redhat.com>, "Cédric Le Goater" <clg@kaod.org>, Igor Mammedov <imammedo@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Dmitry Fleytman <dmitry.fleytman@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Fam Zheng <fam@euphon.net>, David Gibson <david@gibson.dropbear.id.au>, Amit Shah <amit@kernel.org>, Collin Walling <walling@linux.ibm.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <rth@twiddle.net>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>
hw/acpi/pcihp.c | 2 +-
hw/acpi/piix4.c | 2 +-
hw/char/virtio-serial-bus.c | 2 +-
hw/core/bus.c | 11 +-
hw/intc/spapr_xive.c | 7 +-
hw/intc/xics.c | 76 ++++++-----
hw/intc/xics_kvm.c | 120 ++---------------
hw/misc/macio/cuda.c | 11 +-
hw/pci/pcie.c | 2 +-
hw/pci/shpc.c | 2 +-
hw/ppc/mac_newworld.c | 2 +-
hw/ppc/prep.c | 1 -
hw/ppc/spapr.c | 10 +-
hw/ppc/spapr_events.c | 2 +-
hw/ppc/spapr_irq.c | 86 +++++-------
hw/ppc/spapr_pci.c | 14 +-
hw/ppc/spapr_vio.c | 2 +-
hw/s390x/css-bridge.c | 2 +-
hw/s390x/s390-pci-bus.c | 6 +-
hw/scsi/virtio-scsi.c | 2 +-
hw/scsi/vmw_pvscsi.c | 2 +-
hw/usb/dev-smartcard-reader.c | 2 +-
include/hw/pci-host/spapr.h | 2 +-
include/hw/ppc/spapr.h | 3 +-
include/hw/ppc/spapr_irq.h | 2 +-
include/hw/ppc/xics.h | 26 ++--
include/hw/ppc/xive.h | 7 +-
include/hw/qdev-core.h | 3 +-
target/ppc/arch_dump.c | 3 +-
target/ppc/cpu-qom.h | 4 +
target/ppc/cpu.h | 11 +-
target/ppc/excp_helper.c | 12 --
target/ppc/gdbstub.c | 61 +++++++++
target/ppc/helper.h | 57 ++------
target/ppc/int_helper.c | 129 +++++-------------
target/ppc/machine.c | 44 ++++++-
target/ppc/mmu_helper.c | 12 --
target/ppc/translate.c | 49 ++++---
target/ppc/translate/vmx-impl.inc.c | 251 +++++++++++++++++++-----------------
target/ppc/translate/vsx-impl.inc.c | 147 +++++++++------------
target/ppc/translate_init.inc.c | 71 +++++++++-
41 files changed, 581 insertions(+), 679 deletions(-)