Re: [Qemu-devel] [PATCH v4 6/8] Add qemu_put_buffer_async

2013-03-21 Thread Eric Blake
On 03/21/2013 12:34 PM, Orit Wasserman wrote: > This allow us to add a buffer to the iovec to send without copying it s/allow/allows/ > into the static buffer, the buffer will be send later when qemu_fflush is > called. s/send/sent/ > > Signed-off-by: Orit Wasserman > --- > include/migratio

[Qemu-devel] [PATCH v4 6/8] Add qemu_put_buffer_async

2013-03-21 Thread Orit Wasserman
This allow us to add a buffer to the iovec to send without copying it into the static buffer, the buffer will be send later when qemu_fflush is called. Signed-off-by: Orit Wasserman --- include/migration/qemu-file.h | 5 + savevm.c | 36 +++-