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:
c868133
)
KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages
author
Avi Kivity
<avi@qumranet.com>
Mon, 30 Apr 2007 11:47:02 +0000
(14:47 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Mon, 16 Jul 2007 09:05:38 +0000
(12:05 +0300)
This allows us to remove write protection earlier than otherwise. Should
some mad OS choose to use byte writes to update pagetables, it will suffer
a performance hit, but still work correctly.
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found