Re: [Qemu-devel] [PATCH 0/6] migration: followups for writev patches

2013-04-16 Thread Anthony Liguori
Orit Wasserman writes: > On 03/27/2013 06:36 PM, Paolo Bonzini wrote: >> This series fixes a few small problems in Orit's writev patches: >> >> 1) socket_put_buffer is not needed anymore and can be dropped (patch 1); >> >> 2) sendmsg could do a partial write even for a blocking socket, in >> ca

Re: [Qemu-devel] [PATCH 0/6] migration: followups for writev patches

2013-04-03 Thread Orit Wasserman
On 03/27/2013 06:36 PM, Paolo Bonzini wrote: > This series fixes a few small problems in Orit's writev patches: > > 1) socket_put_buffer is not needed anymore and can be dropped (patch 1); > > 2) sendmsg could do a partial write even for a blocking socket, in > case it is interrupted by a signal.

[Qemu-devel] [PATCH 0/6] migration: followups for writev patches

2013-03-27 Thread Paolo Bonzini
This series fixes a few small problems in Orit's writev patches: 1) socket_put_buffer is not needed anymore and can be dropped (patch 1); 2) sendmsg could do a partial write even for a blocking socket, in case it is interrupted by a signal. This should not happen for migration, but it is relative