From: Xiao Guangrong Date: Mon, 24 May 2010 07:40:07 +0000 (+0800) Subject: KVM: MMU: allow more page become unsync at gfn mapping time X-Git-Tag: v2.6.36-rc1~580^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf5cf5ad43b293581e5b87678ea5783c06d1a41;p=pandora-kernel.git KVM: MMU: allow more page become unsync at gfn mapping time In current code, shadow page can become asynchronous only if one shadow page for a gfn, this rule is too strict, in fact, we can let all last mapping page(i.e, it's the pte page) become unsync, and sync them at invlpg or flush tlb time. This patch allow more page become asynchronous at gfn mapping time Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed