This series of patches adds support to HV KVM for running KVM guests on POWER9 systems. This allows us to run KVM guests that use HPT (hashed page table) address translation and know about the POWER9 processor. With suitable changes to the user-mode driver, this can also run guests on POWER9 in POWER8 or POWER7 compatibility mode. For now we require the host to be in HPT mode (not radix). This series of patches is based on the ppc-kvm topic branch from the powerpc tree merged with my current kvm-ppc-next tree. Paul. --- Documentation/virtual/kvm/api.txt | 2 + arch/powerpc/include/asm/kvm_asm.h | 1 + arch/powerpc/include/asm/kvm_host.h | 3 + arch/powerpc/include/asm/kvm_ppc.h | 7 +- arch/powerpc/include/uapi/asm/kvm.h | 4 + arch/powerpc/kernel/asm-offsets.c | 3 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 39 ++++-- arch/powerpc/kvm/book3s_hv.c | 203 ++++++++++++++++++++++++++------ arch/powerpc/kvm/book3s_hv_builtin.c | 69 +++++++++-- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 111 +++++++++++------ arch/powerpc/kvm/book3s_hv_rm_xics.c | 23 +++- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 136 ++++++++++++++------- arch/powerpc/kvm/powerpc.c | 11 +- 13 files changed, 468 insertions(+), 144 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html