commit | b0fcd903e6f3f47189baddf3fe085bdf78c9644c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Jul 22 18:48:54 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jul 25 14:29:17 2007 +0300 |
tree | c3c0e098b25d158973a7262865e74ae790a66772 | |
parent | 0de085bb474f64e4fdb2f1ff3268590792648c7b [diff] |
KVM: Correctly handle writes crossing a page boundary 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>