From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcbZs-0002XZ-Lp for qemu-devel@nongnu.org; Wed, 15 May 2013 09:17:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcbZp-000847-Ou for qemu-devel@nongnu.org; Wed, 15 May 2013 09:17:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcbZp-000843-Gy for qemu-devel@nongnu.org; Wed, 15 May 2013 09:17:05 -0400 Date: Wed, 15 May 2013 15:16:57 +0200 From: Stefan Hajnoczi Message-ID: <20130515131657.GC9923@stefanha-thinkpad.muc.redhat.com> References: <1368619970-23892-1-git-send-email-fred.konrad@greensocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368619970-23892-1-git-send-email-fred.konrad@greensocs.com> Subject: Re: [Qemu-devel] [PATCH for-1.5 0/2] virtio-net: fix netclient id and type. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: fred.konrad@greensocs.com Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, matrixs.zero@gmail.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, cornelia.huck@de.ibm.com, akong@redhat.com On Wed, May 15, 2013 at 02:12:48PM +0200, fred.konrad@greensocs.com wrote: > From: KONRAD Frederic > > This fixes this bug: https://bugs.launchpad.net/qemu/+bug/1179357 > > The name, and the type is replaced by virtio-net-x's id and virtio-net-x's type > to restore the behaviour of "info network" command. > > Thanks, > Fred > > KONRAD Frederic (2): > virtio-net: add virtio_net_set_netclient_name. > virtio-net-x: forward the netclient name and type. > > hw/net/virtio-net.c | 45 ++++++++++++++++++++++++++++++++++++++++-- > hw/s390x/s390-virtio-bus.c | 3 +++ > hw/s390x/virtio-ccw.c | 3 +++ > hw/virtio/virtio-pci.c | 3 +++ > include/hw/virtio/virtio-net.h | 4 ++++ > 5 files changed, 56 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi