The following changes since commit eb47d7c5d96060040931c42773ee07e61e547af9: Peter Maydell (1): hw/9118.c: Implement active-low interrupt support
are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-next Alexander Graf (8): PPC: E500: Implement reboot controller PPC: calculate kernel,initrd,cmdline locations dynamically PPC: mpc8544ds: Add hypervisor node PPC: update openbios firmware PPC: Only set lower 32bits with mtmsr PPC: E500: Use MAS registers instead of internal TLB representation PPC: 440: Use 440 style MMU as default, so Qemu knows the MMU type PPC: move TLBs to their own arrays Hervé Poussineau (1): target-ppc: Handle memory-forced I/O controller access Makefile.target | 2 +- hw/mpc8544_guts.c | 135 ++++++++++++++++++++++++++++++ hw/ppc440.c | 5 +- hw/ppc_mac.h | 3 +- hw/ppc_newworld.c | 15 +++- hw/ppc_oldworld.c | 15 +++- hw/ppce500_mpc8544ds.c | 46 +++++++--- hw/virtex_ml507.c | 4 +- pc-bios/README | 6 +- pc-bios/mpc8544ds.dtb | Bin 12288 -> 2277 bytes pc-bios/mpc8544ds.dts | 9 ++ pc-bios/openbios-ppc | Bin 729876 -> 750392 bytes target-ppc/cpu.h | 47 ++++++++--- target-ppc/helper.c | 193 ++++++++++++++++++++++++++++++++++++++----- target-ppc/machine.c | 16 ++-- target-ppc/op_helper.c | 160 +++++++++--------------------------- target-ppc/translate.c | 17 ++--- target-ppc/translate_init.c | 27 ++++++- 18 files changed, 493 insertions(+), 207 deletions(-) create mode 100644 hw/mpc8544_guts.c