Revision 7a9f6e4a hw/rtl8139.c

b/hw/rtl8139.c
3438 3438
    s->pci_dev = (PCIDevice *)d;
3439 3439
    memcpy(s->macaddr, nd->macaddr, 6);
3440 3440
    rtl8139_reset(s);
3441
    s->vc = qemu_new_vlan_client(nd->vlan, nd->model,
3441
    s->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
3442 3442
                                 rtl8139_receive, rtl8139_can_receive, s);
3443 3443

  
3444 3444
    qemu_format_nic_info_str(s->vc, s->macaddr);

Also available in: Unified diff