From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcaZm-0007um-PZ for qemu-devel@nongnu.org; Wed, 15 May 2013 08:13:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcaZl-00053K-2n for qemu-devel@nongnu.org; Wed, 15 May 2013 08:12:58 -0400 Received: from [2001:41d0:8:2b42::1] (port=36252 helo=ns232118.ovh.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcaZk-00053F-R3 for qemu-devel@nongnu.org; Wed, 15 May 2013 08:12:56 -0400 From: fred.konrad@greensocs.com Date: Wed, 15 May 2013 14:12:48 +0200 Message-Id: <1368619970-23892-1-git-send-email-fred.konrad@greensocs.com> Subject: [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: qemu-devel@nongnu.org, aliguori@us.ibm.com Cc: peter.maydell@linaro.org, matrixs.zero@gmail.com, mark.burton@greensocs.com, stefanha@redhat.com, cornelia.huck@de.ibm.com, akong@redhat.com, fred.konrad@greensocs.com 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(-) -- 1.7.11.7