commit | e4dde731ae70072338352c6f8fb75fd04a42cf8d | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 29 10:19:07 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 29 10:26:55 2010 +0200 |
tree | e278b13b3abd0f31b10a8f8d6f0343e74836b563 | |
parent | 11cd1a8b8cad1acfc140d9acce93762a9c140b20 [diff] |
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 <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>