| Submitter | Miguel Di Ciurcio Filho |
|---|---|
| Date | April 8, 2010, 8:16 p.m. |
| Message ID | <1270757799-31891-12-git-send-email-miguel.filho@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/49755/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/rtl8139.c b/hw/rtl8139.c index 72e2242..ee4fc5d 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -3382,7 +3382,7 @@ static int pci_rtl8139_init(PCIDevice *dev) s->nic = qemu_new_nic(&net_rtl8139_info, &s->conf, dev->qdev.info->name, dev->qdev.id, s); - qemu_format_nic_info_str(&s->nic->nc, s->conf.macaddr.a); + qemu_format_nic_info_dict(&s->nic->nc, s->conf.macaddr.a); s->cplus_txbuffer = NULL; s->cplus_txbuffer_len = 0;
Signed-off-by: Miguel Di Ciurcio Filho <miguel.filho@gmail.com> --- hw/rtl8139.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)