From: Avi Kivity Date: Sun, 22 Jul 2007 15:48:54 +0000 (+0300) Subject: KVM: Correctly handle writes crossing a page boundary X-Git-Tag: v2.6.23-rc2~286^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0fcd903e6f3f47189baddf3fe085bdf78c9644c;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed