From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9Pxh-0005BJ-Tu for qemu-devel@nongnu.org; Tue, 04 May 2010 17:47:30 -0400 Received: from [140.186.70.92] (port=43117 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Pxg-00059V-96 for qemu-devel@nongnu.org; Tue, 04 May 2010 17:47:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9Pxe-0007vC-Q4 for qemu-devel@nongnu.org; Tue, 04 May 2010 17:47:28 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:41805) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Pxe-0007uw-MK for qemu-devel@nongnu.org; Tue, 04 May 2010 17:47:26 -0400 Received: by vws6 with SMTP id 6so104892vws.4 for ; Tue, 04 May 2010 14:47:25 -0700 (PDT) Message-ID: <4BE095EA.2070300@codemonkey.ws> Date: Tue, 04 May 2010 16:47:22 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Patch to improve handling of server sockets References: <4BE049F5.6050105@codemonkey.ws> In-Reply-To: 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: Reinhard Max Cc: qemu-devel@nongnu.org, Gerd Hoffmann On 05/04/2010 03:44 PM, Reinhard Max wrote: > Hi, > > On Tue, 4 May 2010 at 11:23, Anthony Liguori wrote: > >> 0.11.0 is pretty old. Please update your patch against the latest git. > > Ok, will do. > >> I'm not sure we're doing the wrong thing right now. > > Well, I think it just can't be correct, that an IPv6-enabled process > running on a dual-stack machine when it gets told to listen on > "localhost", ends up only listening on ::1 My understanding is that for the majority of systems, 127.0.0.1 should still connect to ::1. The reason we have the ipv4 and ipv6 options is because this doesn't work 100% of the time. Maybe your configuration is an example of this. Honestly, I don't understand how ipv4 compat is supposed to work outside of qemu so I'm looking for some additional input. Regards, Anthony Liguori > and doesn't accept connections to 127.0.0.1. > > > cu > Reinhard