Hi Blue / Aurelien / Anthony, This is my current patch queue for ppc. Please pull.
Alex The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07: Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30 12:26:04 -0500) are available in the git repository at: git://github.com/agraf/qemu.git ppc-for-upstream for you to fetch changes up to 7e472264e9e2727bc7d08fe6f012db76e1c1a193: PPC: spapr: iommu: rework traces (2013-09-02 10:06:43 +0200) ---------------------------------------------------------------- Alexander Graf (2): PPC: E500: Generate device tree on reset PPC: KVM: Compile fix for qemu_notify_event Alexey Kardashevskiy (5): spapr-pci: fix config space access to support bridges spapr-pci: rework MSI/MSIX xics: move registration of global state to realize() spapr: add "stop-self" RTAS call required to support hot CPU unplug PPC: spapr: iommu: rework traces Andreas Färber (3): ppc405_boards: Disable debug output ppc405_uc: Disable debug output ppc405_boards: Don't enforce presence of firmware for qtest Aneesh Kumar K.V (1): target-ppc: Use #define instead of opencoding SLB valid bit Anton Blanchard (5): pseries: Fix stalls on hypervisor virtual console target-ppc: USE LPCR_ILE to control exception endian on POWER7 target-ppc: POWER7 supports the MSR_LE bit disas/ppc.c: Fix little endian disassembly pseries: Add H_SET_MODE hcall to change guest exception endianness Aurelien Jarno (1): target-ppc: fix bit extraction for FPBF and FPL Efimov Vasily (1): ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine. disas/ppc.c | 3 +- hw/char/spapr_vty.c | 2 ++ hw/intc/xics.c | 21 ++++++------- hw/ppc/e500.c | 52 ++++++++++++++++++++++++++------ hw/ppc/ppc405_boards.c | 39 +++++++++++++----------- hw/ppc/ppc405_uc.c | 16 +++++----- hw/ppc/spapr.c | 31 +++++++++++++++---- hw/ppc/spapr_hcall.c | 50 +++++++++++++++++++++++++++++++ hw/ppc/spapr_iommu.c | 71 +++++++++++++++---------------------------- hw/ppc/spapr_pci.c | 73 ++++++++++++++++++--------------------------- hw/ppc/spapr_rtas.c | 23 ++++++++++++++ hw/ppc/virtex_ml507.c | 29 +++++++++++------- include/hw/pci-host/spapr.h | 8 +++-- include/hw/ppc/spapr.h | 21 +++++++++++-- target-ppc/cpu.h | 2 ++ target-ppc/excp_helper.c | 10 +++++++ target-ppc/kvm_ppc.c | 1 + target-ppc/mmu_helper.c | 2 +- target-ppc/translate.c | 4 +-- target-ppc/translate_init.c | 2 +- trace-events | 5 ++++ 21 files changed, 305 insertions(+), 160 deletions(-)