From: Michael S. Tsirkin Date: Mon, 29 Nov 2010 08:19:07 +0000 (+0200) Subject: vhost: correctly set bits of dirty pages X-Git-Tag: v2.6.37-rc6~14^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4dde731ae70072338352c6f8fb75fd04a42cf8d;p=pandora-kernel.git vhost: correctly set bits of dirty pages Fix two bugs in dirty page logging: When counting pages we should increase address by 1 instead of VHOST_PAGE_SIZE. Make log_write() correctly process requests that cross pages with write_address not starting at page boundary. Reported-by: Jason Wang Signed-off-by: Michael S. Tsirkin --- Reading git-diff-tree failed