qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/6] qemu-char: set socket filename to disconnec


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 4/6] qemu-char: set socket filename to disconnected when not connected
Date: Mon, 22 Sep 2014 15:39:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Il 22/09/2014 15:30, Corey Minyard ha scritto:
>>> >> I had to make this change, otherwise a server socket would never show
>>> >> that it reconnected.  I originally hadn't moved it.
>> > Reconnected or connected?  How does reconnection work with server
>> > sockets?  I guess you can then move it to patch 2.
> When a server socket disconnects, it runs through the disconnect code so it
> shows "disconnected".  It does not call
> qemu_chr_finish_socket_connection when
> it reconnects, though, so it would never show the new connection.

Ah, I see now what you mean.  Of course for a server socket it's
reconnection from a different client; it's not related to the new
functionality.

> I can move it to patch 2, but it seems more logical to me here, since it
> doesn't really
> matter until this patch.

Yes, that's fine.

Reviewed-by: Paolo Bonzini <address@hidden>



reply via email to

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