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