qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 07/14] migration: make writes blocking


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH 07/14] migration: make writes blocking
Date: Fri, 14 Dec 2012 13:40:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Paolo Bonzini <address@hidden> wrote:
> Il 21/09/2012 16:08, Juan Quintela ha scritto:
>> -    s->fd = inet_connect(host_port, false, &in_progress, errp);
>> +    s->fd = inet_connect(host_port, true, &in_progress, errp);
>
> This makes the connect operation blocking.
>
> Does this mean that Orit's patches for non-blocking connect are not
> useful anymore?
>
> Or should we instead leave this as is, and later call socket_set_block?

fixed calling set-block.  Easier that way.

Later, Juan.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]