From: Avi Kivity Date: Thu, 31 May 2007 15:20:14 +0000 (+0300) Subject: KVM: MMU: Simpify accessed/dirty/present/nx bit handling X-Git-Tag: v2.6.23-rc1~520^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd97dc516c372982f9c3637e20b131e1f55ac2f6;p=pandora-kernel.git KVM: MMU: Simpify accessed/dirty/present/nx bit handling Always set the accessed and dirty bit (since having them cleared causes a read-modify-write cycle), always set the present bit, and copy the nx bit from the guest. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed