From b0fcd903e6f3f47189baddf3fe085bdf78c9644c Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Sun, 22 Jul 2007 18:48:54 +0300 Subject: [PATCH] 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-format-patch failed