qemu-devel
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
Date: Mon, 29 Oct 2012 23:13:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1

Il 29/10/2012 18:32, Juan Quintela ha scritto:
>> > New users can't "just add socket_set_nonblock()".  They'd have to add it
>> > right where you deleted it: between qemu_socket() and connect().  Else
>> > the connect() is blocking.
> Grrr.
> 
> So, is there any way to make a connection that is non-blocking, but then
> writes are blocking?

socket_set_block.

Paolo



reply via email to

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