Scott Wood (5): 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 KVM: PPC: e500: tlbsx: fix tlb0 esel Documentation/virtual/kvm/api.txt | 74 ++++ arch/powerpc/include/asm/kvm.h | 35 ++ arch/powerpc/include/asm/kvm_e500.h | 46 ++- arch/powerpc/include/asm/kvm_ppc.h | 5 + 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 | 650 +++++++++++++++++++++++---------- arch/powerpc/kvm/e500_tlb.h | 55 +-- arch/powerpc/kvm/powerpc.c | 28 ++ include/linux/kvm.h | 18 + 11 files changed, 681 insertions(+), 248 deletions(-) -- 1.7.6 -- 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