Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180504055930.3786-1-david@gibson.dropbear.id.au
hw/misc/macio/macio.c | 39 +++++++++------
hw/pci-host/trace-events | 2 +
hw/pci-host/uninorth.c | 58 +++++++++++++++++++++
hw/ppc/mac.h | 9 ++++
hw/ppc/mac_newworld.c | 56 +++------------------
hw/ppc/spapr.c | 84 ++++++++++++-------------------
hw/ppc/spapr_cpu_core.c | 47 ++++++++++++++---
hw/ppc/spapr_hcall.c | 50 ++++++++-----------
hw/ppc/spapr_rtas.c | 108 ++++++++++++++++++++--------------------
hw/ppc/trace-events | 4 --
include/hw/misc/macio/macio.h | 1 -
include/hw/pci-host/uninorth.h | 11 ++++
include/hw/ppc/spapr_cpu_core.h | 3 ++
target/ppc/cpu.h | 4 +-
target/ppc/helper.h | 1 +
target/ppc/kvm.c | 46 ++---------------
target/ppc/kvm_ppc.h | 6 ---
target/ppc/machine.c | 5 ++
target/ppc/misc_helper.c | 12 +++++
target/ppc/mmu-book3s-v3.h | 6 +++
target/ppc/mmu-hash64.c | 15 ++++--
target/ppc/mmu-hash64.h | 6 ++-
target/ppc/mmu_helper.c | 29 +++++++++++
target/ppc/translate.c | 3 ++
target/ppc/translate_init.c | 80 +++++++----------------------
25 files changed, 355 insertions(+), 330 deletions(-)