KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
authorTakuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Fri, 16 Oct 2015 08:07:01 +0000 (17:07 +0900)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 Oct 2015 08:34:01 +0000 (10:34 +0200)
commitd8aacf5df86a961923a2c9c547d341d64a9d9f5d
treede629620d58b203b11643c812522b696c8cd53bf
parentfd136902187838bcae3a572f41cb703553dd63b8
KVM: x86: MMU: Remove mapping_level_dirty_bitmap()

Now that it has only one caller, and its name is not so helpful for
readers, remove it.  The new memslot_valid_for_gpte() function
makes it possible to share the common code between
gfn_to_memslot_dirty_bitmap() and mapping_level().

Signed-off-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c
This page took 0.059983 seconds and 5 git commands to generate.