Add qemu_put_buffer_async
authorOrit Wasserman <owasserm@redhat.com>
Fri, 22 Mar 2013 14:48:02 +0000 (16:48 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 26 Mar 2013 12:32:33 +0000 (13:32 +0100)
commit6181ec245529e0d40ac669fe3044eef3a9e19610
tree1a742a540af7dccce1a5463d6a7e64173ba9c14e
parentcb88aa88d7e96cd12328915b33bf4a1bc054aa3f
Add qemu_put_buffer_async

This allows us to add a buffer to the iovec to send without copying it
into the static buffer, the buffer will be sent later when qemu_fflush is called.

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
include/migration/qemu-file.h
savevm.c