Hi Blue / Aurelien,
This is my current patch queue for ppc. Please pull.
Alex
The following changes since commit ddc01bf16e9f04b3e72c1b946b0b8efeb7a545d2:
Anthony Liguori (1):
Merge remote-tracking branch 'luiz/queue/qmp' into staging
are available in the git repository at:
git://repo.or.cz/qemu/agraf.git ppc-for-upstream
Alexander Graf (9):
openpic: move gcr write into a function
openpic: unify gcr mode mask updates
openpic: set mixed mode as supported
PPC: E500: Calculate loading blob offsets properly
PPC: Provide zero SVR for -cpu e500mc and e5500
PPC: e500: Change in-memory order of load blobs
Update Linux kernel headers
openpic: export e500 epr enable into a ppc.c function
PPC: KVM: Add support for EPR with KVM
hw/openpic.c | 40 ++++++++++++++++++++++----------------
hw/ppc.c | 17 ++++++++++++++++
hw/ppc.h | 2 +
hw/ppc/e500.c | 17 ++++++++++++---
linux-headers/asm-powerpc/kvm.h | 6 ++++-
linux-headers/linux/kvm.h | 27 ++++++++++++++++++++++++++
target-ppc/kvm.c | 21 ++++++++++++++++++++
target-ppc/kvm_ppc.h | 5 ++++
target-ppc/translate_init.c | 4 +-
9 files changed, 115 insertions(+), 24 deletions(-)