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
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 +++-