]> git.proxmox.com Git - mirror_qemu.git/commit
tests/vhost-user-bridge: implement logging of dirty pages
authorVictor Kaplansky <victork@redhat.com>
Tue, 17 Nov 2015 10:04:06 +0000 (12:04 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 17 Nov 2015 13:41:13 +0000 (15:41 +0200)
commit5c93c47338dbaa8a21a8ccc9d95dc5ade3f7fa19
tree84ade315dc759628325313fd468b9fce773d16d9
parent8d211f622b11ac2877c344f29de284d5a842d9d7
tests/vhost-user-bridge: implement logging of dirty pages

During migration devices continue writing to the guest's memory.
The writes has to be reported to QEMU. This change implements
minimal support in vhost-user-bridge required for successful
migration of a guest with virtio-net device.

Signed-off-by: Victor Kaplansky <victork@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/vhost-user-bridge.c