commit | e4cd1da944ed9d2acd2e4ccabf61ec443735f6db | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 18 15:11:46 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 05 17:26:35 2015 +0200 |
tree | da2091cadde842880044ebde0cbf97dbc6161cd3 | |
parent | f481b069e674378758c73761827e83ab05c46b52 [diff] |
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap This is always available (with one exception in the auditing code), and with the same auditing exception the level was coming from sp->role.level. Later, the spte's role will also be used to look up the right memslots array. Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>