commit | fd97dc516c372982f9c3637e20b131e1f55ac2f6 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu May 31 18:20:14 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:44 2007 +0300 |
tree | 40c86e7691de599286daeebaa942d0392e54e1dd | |
parent | 4436d466219a6a7874ebc19eb6523c3a9a280dcc [diff] |
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 <avi@qumranet.com>