Re: [Qemu-devel] [PATCH] tests/vhost-user-bridge: implement logging of dirty pages

2015-11-11 Thread Michael S. Tsirkin
On Wed, Nov 11, 2015 at 09:03:16AM +0200, Victor Kaplansky wrote: > During migration devices continue writing to the guest's memory. > These writes have to be reported to QEMU. The change implements > minimal support in vhost-user-bridge required for successful > migration of a guest with virtio-ne

[Qemu-devel] [PATCH] tests/vhost-user-bridge: implement logging of dirty pages

2015-11-10 Thread Victor Kaplansky
During migration devices continue writing to the guest's memory. These writes have to be reported to QEMU. The change implements minimal support in vhost-user-bridge required for successful migration of a guest with virtio-net device. Signed-off-by: Victor Kaplansky --- tests/vhost-user-bridge.c