Hello Blue, This is the current patch queue for ppc. Please pull, preferably after applying the linux-user bugfix.
I hereby hand back ppc-next to Alex. :-) The following changes since commit da12872a0973718997c00f1c1e8e5b91ee4c713a: pcspk: initialize PC speaker if compiled in (2012-04-15 08:56:58 +0400) are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream Andreas Färber (4): target-ppc: Drop cpu_ppc_close() target-ppc: QOM'ify CPU target-ppc: Start QOM'ifying CPU init target-ppc: QOM'ify CPU reset David Gibson (12): pseries: Clean up hcall_dprintf() debugging messages pseries: Fix bug with reset of VIO CRQs pseries: Implement RTAS system-reboot call pseries: Remove unused fields from VIOsPAPRBus structure pseries: Consolidate hack for RTAS display-character usage target-ppc: Add hooks for handling tcg and kvm limitations pseries: Fix RTAS based config access pseries: Remove old debug leftovers from spapr_vscsi pseries: Remove old hcalls hook stub pseries: Correctly use the device model reset hooks pseries: Reset vscsi properly pseries: Fix reset of VIO network device Juan Quintela (1): target-ppc/machine.c: Drop unnecessary ifdefs Mark Cave-Ayland (1): PPC: Fix TLB invalidation bug within the PPC interrupt handler. Meador Inge (1): target-ppc: Init dcache and icache size for e500 user mode Stefan Weil (1): target-ppc: Fix type casts for w64 (uintptr_t) hw/spapr.h | 2 +- hw/spapr_llan.c | 26 +++++--- hw/spapr_pci.c | 117 ++++++++++++++++++++++----------- hw/spapr_rtas.c | 17 ++++- hw/spapr_vio.c | 62 +++++++++++------- hw/spapr_vio.h | 5 +- hw/spapr_vscsi.c | 15 ++-- hw/spapr_vty.c | 4 +- target-ppc/cpu-qom.h | 77 ++++++++++++++++++++++ target-ppc/cpu.h | 3 +- target-ppc/helper.c | 67 ++----------------- target-ppc/kvm.c | 14 ++++ target-ppc/kvm_ppc.h | 5 ++ target-ppc/machine.c | 8 -- target-ppc/translate.c | 2 +- target-ppc/translate_init.c | 152 +++++++++++++++++++++++++++++++++++++------ 16 files changed, 396 insertions(+), 180 deletions(-) create mode 100644 target-ppc/cpu-qom.h