Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210930054426.357344-1-david@gibson.dropbear.id.au
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Markus Armbruster <armbru@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Eric Blake <eblake@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Greg Kurz <groug@kaod.org>, Igor Mammedov <imammedo@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Ani Sinha <ani@anisinha.ca>
MAINTAINERS | 47 ++----
docs/about/deprecated.rst | 10 ++
docs/system/ppc/powernv.rst | 3 +-
hw/acpi/memory_hotplug.c | 11 +-
hw/i386/kvm/i8254.c | 7 +-
hw/intc/openpic.c | 92 +++++------
hw/intc/spapr_xive_kvm.c | 4 +-
hw/intc/xive.c | 26 +--
hw/ppc/pnv.c | 13 +-
hw/ppc/pnv_core.c | 4 +-
hw/ppc/pnv_xscom.c | 4 +
hw/ppc/ppc.c | 211 +++++++++---------------
hw/ppc/spapr.c | 53 +++----
hw/ppc/spapr_cpu_core.c | 1 +
hw/ppc/spapr_drc.c | 16 +-
hw/ppc/spapr_hcall.c | 7 +
hw/ppc/spapr_numa.c | 379 ++++++++++++++++++++++++++++++++++++--------
hw/ppc/trace-events | 22 ++-
include/hw/ppc/openpic.h | 25 +--
include/hw/ppc/pnv_core.h | 2 +-
include/hw/ppc/spapr.h | 35 ++--
include/hw/ppc/spapr_numa.h | 1 +
include/hw/ppc/spapr_ovec.h | 1 +
include/hw/ppc/xive.h | 16 ++
include/qemu/host-utils.h | 10 +-
qapi/machine.json | 7 +-
qapi/qdev.json | 31 +++-
stubs/qdev.c | 7 +
target/ppc/cpu.h | 1 +
target/ppc/excp_helper.c | 38 ++---
target/ppc/helper_regs.c | 3 +
target/ppc/int_helper.c | 61 +++++--
target/ppc/trace-events | 8 +
target/ppc/translate.c | 28 +++-
util/host-utils.c | 2 +-
35 files changed, 741 insertions(+), 445 deletions(-)