git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4436d46
)
KVM: MMU: Simpify accessed/dirty/present/nx bit handling
author
Avi Kivity
<avi@qumranet.com>
Thu, 31 May 2007 15:20:14 +0000
(18:20 +0300)
committer
Avi 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