Scott Wood (5): KVM: PPC: e500: tlbsx: fix tlb0 esel KVM: PPC: e500: don't translate gfn to pfn with preemption disabled KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all KVM: PPC: e500: clear up confusion between host and guest entries KVM: PPC: e500: MMU API Documentation/virtual/kvm/api.txt | 86 +++++- arch/powerpc/include/asm/kvm.h | 35 ++ arch/powerpc/include/asm/kvm_e500.h | 42 ++- arch/powerpc/include/asm/kvm_ppc.h | 7 + arch/powerpc/include/asm/mmu-book3e.h | 1 + arch/powerpc/kvm/e500.c | 5 +- arch/powerpc/kvm/e500_emulate.c | 12 +- arch/powerpc/kvm/e500_tlb.c | 634 +++++++++++++++++++++++---------- arch/powerpc/kvm/e500_tlb.h | 55 +-- arch/powerpc/kvm/powerpc.c | 28 ++ include/linux/kvm.h | 19 + 11 files changed, 683 insertions(+), 241 deletions(-) -- 1.7.4.1 -- 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