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:
0de085b
)
KVM: Correctly handle writes crossing a page boundary
author
Avi Kivity
<avi@qumranet.com>
Sun, 22 Jul 2007 15:48:54 +0000
(18:48 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 25 Jul 2007 11:29:17 +0000
(14:29 +0300)
Writes that are contiguous in virtual memory may not be contiguous in
physical memory; so split writes that straddle a page boundary.
Thanks to Aurelien for reporting the bug, patient testing, and a fix
to this very patch.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm_main.c
patch
|
blob
|
history
diff --cc
drivers/kvm/kvm_main.c
Simple merge