From: Avi Kivity Date: Mon, 19 Feb 2007 12:37:46 +0000 (+0200) Subject: KVM: mmu: add missing dirty page tracking cases X-Git-Tag: v2.6.21-rc3~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3f8e86c2e22b9bd1375be1bbbd67384dba4342;p=pandora-kernel.git KVM: mmu: add missing dirty page tracking cases We fail to mark a page dirty in three cases: - setting the accessed bit in a pte - setting the dirty bit in a pte - emulating a write into a pagetable This fix adds the missing cases. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed