From: Xiao Guangrong Date: Fri, 4 Mar 2011 10:59:21 +0000 (+0800) Subject: KVM: MMU: move mmu pages calculated out of mmu lock X-Git-Tag: v2.6.39-rc1~436^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c0e4e9067eb085e7b300628c9640df071aac55;p=pandora-kernel.git KVM: MMU: move mmu pages calculated out of mmu lock kvm_mmu_calculate_mmu_pages need to walk all memslots and it's protected by kvm->slots_lock, so move it out of mmu spinlock Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed