Hi Anthony / Aurelien / Blue, This is my current patch queue for ppc. Please pull.
Alex The following changes since commit 515689235c4c3d9c3f0406ddcdd21ed8da77062b: Anthony Liguori (1): Merge remote-tracking branch 'spice/spice.v47' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git for-upstream Alexander Graf (14): PPC: 440EP: Initialize timer PPC: Bamboo: Register CPU reset PPC: Bamboo: Set initial TLB entry PPC: 440: Ignore invalid PCI IRQs PPC: Bamboo: recompile device tree PPC: 440: Default to 440EP CPU PPC: Enable 440EP CPU target PPC: bamboo: remove old machine descriptions PPC: bamboo: fix whitespace PPC: 4xx: Qdevify the 440 PCI host controller PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI virtio: change memcpy to guest reads PPC: Pseries: Check for PCI boundaries Andreas Färber (4): MAINTAINERS: Add qemu-ppc to all ppc target stuff MAINTAINERS: Add PCI host bridge files to CHRP machines MAINTAINERS: Add PCI-PCI bridge to New World Mac machine grackle_pci: Clean up qdev names Benjamin Herrenschmidt (5): virtio-pci: Fix endianness of virtio config load_image_targphys() should enforce the max size Fix dirty logging with 32-bit qemu & 64-bit guests pseries: Support PCI extended config space in RTAS calls pseries: SLOF PCI flag day David Gibson (3): Update gitignore file Correct types in bmdma_addr_{read,write} pseries: Use correct dispatcher for PCI config space accesses .gitignore | 4 + MAINTAINERS | 8 ++ Makefile.target | 2 +- exec.c | 14 ++++ hw/grackle_pci.c | 17 +++- hw/ide/pci.c | 4 +- hw/loader.c | 6 +- hw/ppc440.c | 106 -------------------------- hw/ppc440.h | 21 ----- hw/ppc440_bamboo.c | 154 ++++++++++++++++++++++++++++++--------- hw/ppc4xx_pci.c | 129 +++++++++++++++++--------------- hw/spapr.c | 135 ++++++++++++++++++++++----------- hw/spapr_pci.c | 173 +++++++++++-------------------------------- hw/virtex_ml507.c | 1 - hw/virtio-pci.c | 28 +++++++- hw/virtio.c | 12 ++-- kvm-all.c | 3 +- pc-bios/README | 2 +- pc-bios/bamboo.dtb | Bin 3179 -> 3211 bytes pc-bios/bamboo.dts | 128 ++++++++++++-------------------- pc-bios/slof.bin | Bin 738744 -> 869584 bytes roms/SLOF | 2 +- target-ppc/translate_init.c | 16 +--- 23 files changed, 458 insertions(+), 507 deletions(-) delete mode 100644 hw/ppc440.c delete mode 100644 hw/ppc440.h