linux/drivers/vhost
Michael S. Tsirkin e4dde731ae 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>
2010-11-29 10:26:55 +02:00
..
Kconfig
Makefile
net.c vhost/net: fix rcu check usage 2010-11-25 11:29:16 +02:00
vhost.c vhost: correctly set bits of dirty pages 2010-11-29 10:26:55 +02:00
vhost.h