This time around I also included a fix for the shmem compile bug, as my tree wouldn't compile otherwise.
The following changes since commit cb93bbdd7db92e50ff5e60a346b23df68acae46b: Blue Swirl (1): Fix OpenBSD linker warning are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-next Alexander Graf (4): Fix compile of ivshmem on 32 bit hosts KVM: PPC: Add level based interrupt logic PPC: Qdev'ify e500 pci PPC: Make e500 pci byte swap config data hw/ivshmem.c | 6 +- hw/ppc.c | 11 +++++ hw/ppce500_pci.c | 106 ++++++++++++++++++++++++++++++++++--------------- target-ppc/kvm.c | 37 ++++++++++++++++- target-ppc/kvm_ppc.h | 13 ++++++ 5 files changed, 135 insertions(+), 38 deletions(-)