From: Izik Eidus Date: Sat, 12 Jan 2008 21:49:09 +0000 (+0200) Subject: KVM: MMU: Fix dirty page setting for pages removed from rmap X-Git-Tag: v2.6.25-rc1~1138^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e68e607896c84310dee37c783c45220e56ce8c;p=pandora-kernel.git KVM: MMU: Fix dirty page setting for pages removed from rmap Right now rmap_remove won't set the page as dirty if the shadow pte pointed to this page had write access and then it became readonly. This patches fixes that, by setting the page as dirty for spte changes from write to readonly access. Signed-off-by: Izik Eidus Signed-off-by: Avi Kivity --- Reading git-diff-tree failed