commit | 7b53aa56508479507c6e5667bb252ca7c2cd19cf | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Jun 05 12:17:03 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:45 2007 +0300 |
tree | d2020d70e6578f0d6405cba3f3b5a1ccdc62a581 | |
parent | 313899477f7578d37e82ead1af10f794a6da3c90 [diff] |
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 <avi@qumranet.com>