]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/multifd/zero-copy: Create helper function for flushing
authorLeonardo Bras <leobras@redhat.com>
Tue, 25 Oct 2022 04:47:28 +0000 (01:47 -0300)
committerJuan Quintela <quintela@redhat.com>
Mon, 21 Nov 2022 10:56:12 +0000 (11:56 +0100)
commit4cc47b439594327b213f9b6a67803f1a503c2cb7
tree78c689392d130eb252122edc7477609779384eca
parenta216ec85b78ea96b51950665879524132f6e678c
migration/multifd/zero-copy: Create helper function for flushing

Move flushing code from multifd_send_sync_main() to a new helper, and call
it in multifd_send_sync_main().

Signed-off-by: Leonardo Bras <leobras@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/multifd.c