From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMbIC-0000qU-Ud for qemu-devel@nongnu.org; Wed, 18 May 2011 03:35:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMbIB-0005hs-Rp for qemu-devel@nongnu.org; Wed, 18 May 2011 03:35:40 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:45459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMbIB-0005hb-NO for qemu-devel@nongnu.org; Wed, 18 May 2011 03:35:39 -0400 Received: by gwb19 with SMTP id 19so511253gwb.4 for ; Wed, 18 May 2011 00:35:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DD2AAE5.1020408@siemens.com> References: <4DD2AAE5.1020408@siemens.com> Date: Wed, 18 May 2011 08:35:38 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] net: Dump client type 'info network' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On Tue, May 17, 2011 at 6:05 PM, Jan Kiszka wrote: > Include the client type name into the output of 'info network'. The > result looks like this: > > (qemu) info network > VLAN 0 devices: > =A0rtl8139.0 (NIC): model=3Drtl8139,macaddr=3D52:54:00:12:34:57 > Devices not on any VLAN: > =A0virtio-net-pci.0 (NIC): model=3Dvirtio-net-pci,macaddr=3D52:54:00:12:3= 4:56 > =A0 \ network1 (tap): fd=3D5 > > Signed-off-by: Jan Kiszka > --- > =A0net.c | =A0 18 +++++++++++++++--- > =A01 files changed, 15 insertions(+), 3 deletions(-) This is useful. Reviewed-by: Stefan Hajnoczi