OSDN Git Service

KVM: MMU: introduce for_each_slot_rmap_range
authorXiao Guangrong <guangrong.xiao@linux.intel.com>
Wed, 13 May 2015 06:42:22 +0000 (14:42 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 May 2015 18:52:39 +0000 (20:52 +0200)
commit6ce1f4e295dd06b19443341b1684d361739ec117
treee87b817c488dde39847447928386e05985071c29
parent8a3d08f16fc63400f637dfa69aa5c7ea016ee18a
KVM: MMU: introduce for_each_slot_rmap_range

It's used to abstract the code from kvm_handle_hva_range and it will be
used by later patch

Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c