From: Paolo Bonzini Date: Tue, 19 May 2015 14:29:22 +0000 (+0200) Subject: KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed X-Git-Tag: omap-for-v4.3/legacy-v2-signed~167^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed1a4787617f948631a77903453847142271867;p=pandora-kernel.git KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed Prepare for multiple address spaces this way, since a VCPU is not available where unaccount_shadowed is called. We will get to the right kvm_memslots struct through the role field in struct kvm_mmu_page. Reviewed-by: Takuya Yoshikawa Reviewed-by: Radim Krcmar Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed