On Wed, May 15, 2013 at 02:12:48PM +0200, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic <fred.kon...@greensocs.com> > > 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 <stefa...@redhat.com>