Failed in applying to current master (
apply log)
Makefile.objs | 1 +
hw/char/escc.c | 209 ++-----
hw/misc/macio/cuda.c | 649 ++++++--------------
hw/misc/macio/macio.c | 1 +
hw/misc/macio/trace-events | 11 +
hw/ppc/mac.h | 76 +--
hw/ppc/mac_newworld.c | 19 +-
hw/ppc/mac_oldworld.c | 19 +-
hw/ppc/ppc440.h | 26 +
hw/ppc/ppc440_uc.c | 1159 +++++++++++++++++++++++++++++++++++
hw/ppc/spapr.c | 75 ++-
hw/ppc/spapr_caps.c | 36 +-
hw/ppc/spapr_cpu_core.c | 9 +-
hw/ppc/spapr_hcall.c | 12 +-
hw/sparc/sun4m.c | 34 +-
include/hw/char/escc.h | 54 +-
include/hw/misc/macio/cuda.h | 107 ++++
include/hw/pci/pcie_host.h | 2 +-
include/hw/ppc/spapr.h | 3 +-
target/ppc/translate.c | 388 ++++++------
target/ppc/translate/dfp-impl.inc.c | 16 +-
target/ppc/translate_init.c | 32 +-
22 files changed, 1960 insertions(+), 978 deletions(-)
create mode 100644 hw/misc/macio/trace-events
create mode 100644 hw/ppc/ppc440.h
create mode 100644 hw/ppc/ppc440_uc.c
create mode 100644 include/hw/misc/macio/cuda.h