From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36857 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCuAS-0003wh-B0 for qemu-devel@nongnu.org; Fri, 14 May 2010 08:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCuAP-0004HS-Fg for qemu-devel@nongnu.org; Fri, 14 May 2010 08:39:03 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:56035) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCuAP-0004HK-BH for qemu-devel@nongnu.org; Fri, 14 May 2010 08:39:01 -0400 Received: by wwb13 with SMTP id 13so572478wwb.4 for ; Fri, 14 May 2010 05:38:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20100513111809.551fdb12@redhat.com> Date: Fri, 14 May 2010 09:38:58 -0300 Message-ID: Subject: Re: [Qemu-devel] [RFC] New Monitor command: 'info netdevices' From: Miguel Di Ciurcio Filho Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Luiz Capitulino On Fri, May 14, 2010 at 6:46 AM, Markus Armbruster wrot= e: > > There's also > > 3. Convert it anyway. =A0Clean up the mess. =A0Change the output. > I agree. It seams to me that no one is concerned with any Monitor output change with this particular command. Plus, no one have shown any concerns about the problems I've found in net/socket.c reported previously either.