From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSFYK-0004A1-30 for qemu-devel@nongnu.org; Tue, 05 Jan 2010 14:58:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSFYF-000472-S2 for qemu-devel@nongnu.org; Tue, 05 Jan 2010 14:58:51 -0500 Received: from [199.232.76.173] (port=43300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSFYF-00046s-M8 for qemu-devel@nongnu.org; Tue, 05 Jan 2010 14:58:47 -0500 Received: from mx20.gnu.org ([199.232.41.8]:36430) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSFYF-0005CH-8L for qemu-devel@nongnu.org; Tue, 05 Jan 2010 14:58:47 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRt0j-0004dy-2X for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:54:41 -0500 Received: by yxe26 with SMTP id 26so14879698yxe.4 for ; Mon, 04 Jan 2010 11:53:38 -0800 (PST) Message-ID: <4B425546.8000508@codemonkey.ws> Date: Mon, 04 Jan 2010 14:53:26 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/4] socket: Rationalise function declarations References: <1261068295-25831-1-git-send-email-ian.molton@collabora.co.uk> <1261068295-25831-2-git-send-email-ian.molton@collabora.co.uk> <4B37DFDF.6000902@collabora.co.uk> In-Reply-To: <4B37DFDF.6000902@collabora.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ian Molton Cc: qemu-devel@nongnu.org On 12/27/2009 04:29 PM, Ian Molton wrote: > Ian Molton wrote: > > Can I get the status of this patchset please ? I really dislike the idea of automatically reconnecting a socket. Mainly because I'm not sure that you can have sane universal semantics for what to do while it's disconnected. I would prefer a mechanism that allowed a user to manually reconnect a character device by basically reconnecting the full character device. IOW, reconnecting to tcp:localhost:1025 is the same thing as changing to unix:/tmp/foo.sock AFAICT. Regards, Anthony Liguori