On Wed, Apr 17, 2013 at 9:46 AM, Paolo Bonzini wrote:
> This uses system calls directly for Unix file descriptors, so that the
> efficient writev_buffer can be used. Pay attention to the possibility
> of partial writes in writev.
>
> Reviewed-by: Juan Quintela
> Reviewed-by: Orit Wassermann
> S
This uses system calls directly for Unix file descriptors, so that the
efficient writev_buffer can be used. Pay attention to the possibility
of partial writes in writev.
Reviewed-by: Juan Quintela
Reviewed-by: Orit Wassermann
Signed-off-by: Paolo Bonzini
---
savevm.c | 101 +++
Paolo Bonzini writes:
> This uses system calls directly for Unix file descriptors, so that the
> efficient writev_buffer can be used. Pay attention to the possibility
> of partial writes in writev.
>
> Signed-off-by: Paolo Bonzini
Needs rebasing:
CCi386-softmmu/savevm.o
/home/aliguori/g
Paolo Bonzini wrote:
> This uses system calls directly for Unix file descriptors, so that the
> efficient writev_buffer can be used. Pay attention to the possibility
> of partial writes in writev.
>
> Signed-off-by: Paolo Bonzini
Reviewed-by: Juan Quintela
> +static ssize_t unix_writev_buffer
This uses system calls directly for Unix file descriptors, so that the
efficient writev_buffer can be used. Pay attention to the possibility
of partial writes in writev.
Signed-off-by: Paolo Bonzini
---
savevm.c | 100 ---
1 file chang