This patch set implements the External PRoxy facility capability when running an e500 target with KVM.
Alexander Graf (3): 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 | 11 +++++------ hw/ppc.c | 17 +++++++++++++++++ hw/ppc.h | 2 ++ linux-headers/asm-powerpc/kvm.h | 6 +++++- linux-headers/linux/kvm.h | 27 +++++++++++++++++++++++++++ target-ppc/kvm.c | 21 +++++++++++++++++++++ target-ppc/kvm_ppc.h | 5 +++++ 7 files changed, 82 insertions(+), 7 deletions(-)