From: Avi Kivity Date: Tue, 6 Jan 2009 11:00:27 +0000 (+0200) Subject: KVM: MMU: Optimize page unshadowing X-Git-Tag: v2.6.30-rc1~664^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4677a3b693e035f186e2875259b9a0bb94c42fbe;p=pandora-kernel.git KVM: MMU: Optimize page unshadowing Using kvm_mmu_lookup_page() will result in multiple scans of the hash chains; use hlist_for_each_entry_safe() to achieve a single scan instead. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed