From: Avi Kivity Date: Tue, 5 Jun 2007 09:17:03 +0000 (+0300) Subject: KVM: Fix vcpu freeing for guest smp X-Git-Tag: v2.6.23-rc1~520^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b53aa56508479507c6e5667bb252ca7c2cd19cf;p=pandora-kernel.git KVM: Fix vcpu freeing for guest smp A vcpu can pin up to four mmu shadow pages, which means the freeing loop will never terminate. Fix by first unpinning shadow pages on all vcpus, then freeing shadow pages. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed