Hello, This is a resend of Suraj's series adding KVM support to the QEMU PowerNV machine under TCG :
http://patchwork.ozlabs.org/cover/1094658/ I have addressed the comments and kept for later the final patch adding partition scoped radix tree translation. I need to educate myself a bit more on the topic first. Thanks, C. Cédric Le Goater (1): target/ppc: add support for Hypervisor Facility Unavailable Exception Suraj Jitindar Singh (6): target/ppc: Implement the VTB for HV access target/ppc: Work [S]PURR implementation and add HV support target/ppc: Add SPR ASDR target/ppc: Add SPR TBU40 target/ppc: Add privileged message send facilities target/ppc: Enforce that the root page directory size must be at least 5 include/hw/ppc/ppc.h | 4 +- target/ppc/cpu.h | 11 ++++ target/ppc/helper.h | 9 +++ hw/ppc/ppc.c | 46 +++++++++++--- linux-user/ppc/cpu_loop.c | 5 ++ target/ppc/excp_helper.c | 52 ++++++++++++++-- target/ppc/misc_helper.c | 46 ++++++++++++++ target/ppc/mmu-radix64.c | 3 + target/ppc/timebase_helper.c | 20 ++++++ target/ppc/translate.c | 30 +++++++++ target/ppc/translate_init.inc.c | 105 +++++++++++++++++++++++++++----- 11 files changed, 297 insertions(+), 34 deletions(-) -- 2.21.0