kvm/x86/mmu: Pass gfn and level to rmapp callback.
authorAndres Lagar-Cavilla <andreslc@google.com>
Tue, 23 Sep 2014 19:34:54 +0000 (12:34 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Sep 2014 12:07:57 +0000 (14:07 +0200)
Callbacks don't have to do extra computation to learn what the caller
(lvm_handle_hva_range()) knows very well. Useful for
debugging/tracing/printk/future.

Signed-off-by: Andres Lagar-Cavilla <andreslc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

No differences found