From: Marcelo Tosatti Date: Fri, 21 Nov 2008 18:13:58 +0000 (+0100) Subject: KVM: MMU: fix sync of ptes addressed at owner pagetable X-Git-Tag: v2.6.28-rc8~71^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0f40bdbe4ddb48ebecfb5c2b56eeb175a57c45;p=pandora-kernel.git KVM: MMU: fix sync of ptes addressed at owner pagetable During page sync, if a pagetable contains a self referencing pte (that points to the pagetable), the corresponding spte may be marked as writable even though all mappings are supposed to be write protected. Fix by clearing page unsync before syncing individual sptes. Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- Reading git-diff-tree failed