KVM: MMU: Simpify accessed/dirty/present/nx bit handling
authorAvi Kivity <avi@qumranet.com>
Thu, 31 May 2007 15:20:14 +0000 (18:20 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:44 +0000 (12:05 +0300)
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 <avi@qumranet.com>

No differences found