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:
4db9c47
)
[PATCH] KVM: MMU: Add missing dirty bit
author
Avi Kivity
<avi@qumranet.com>
Sat, 6 Jan 2007 00:36:59 +0000
(16:36 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Sat, 6 Jan 2007 07:55:28 +0000
(23:55 -0800)
If we emulate a write, we fail to set the dirty bit on the guest pte, leading
the guest to believe the page is clean, and thus lose data. Bad.
Fix by setting the guest pte dirty bit under such conditions.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/kvm/paging_tmpl.h
patch
|
blob
|
history
diff --cc
drivers/kvm/paging_tmpl.h
Simple merge