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: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 07/14] migration: make writes blocking
Date: Fri, 21 Sep 2012 17:31:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

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?

Paolo



reply via email to

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