From: Paolo Bonzini Date: Mon, 18 May 2015 13:11:46 +0000 (+0200) Subject: KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap X-Git-Tag: omap-for-v4.2/fixes-rc1^2~138^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cd1da944ed9d2acd2e4ccabf61ec443735f6db;p=pandora-kernel.git 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ář Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed