From 96d5e20138b177f2d79c178a6f994015347e6cca Mon Sep 17 00:00:00 2001 From: aliguori Date: Wed, 7 Jan 2009 17:47:15 +0000 Subject: add missing MAC address to info_str for some NICs (Mark McLoughlin) Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6219 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/virtio-net.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/virtio-net.c') diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 4500fab6cf..b197c70a75 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -318,6 +318,8 @@ PCIDevice *virtio_net_init(PCIBus *bus, NICInfo *nd, int devfn) n->vc = qemu_new_vlan_client(nd->vlan, nd->model, virtio_net_receive, virtio_net_can_receive, n); + qemu_format_nic_info_str(n->vc, n->mac); + n->tx_timer = qemu_new_timer(vm_clock, virtio_net_tx_timer, n); n->tx_timer_active = 0; n->mergeable_rx_bufs = 0; -- cgit 1.4.1