Takuya Yoshikawa (4): KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva() KVM: Introduce hva_to_gfn() for kvm_handle_hva() KVM: MMU: Make kvm_handle_hva() handle range of addresses KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start() arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 38 +++++++++++++++++++------- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/mmu.c | 51 +++++++++++++++++++++++----------- include/linux/kvm_host.h | 7 +++++ virt/kvm/kvm_main.c | 3 +- 6 files changed, 73 insertions(+), 29 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html