From patchwork Thu Apr 8 20:16:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/22] net: rtl8139: replace qemu_format_nic_info_str by qemu_format_nic_info_dict From: Miguel Di Ciurcio Filho X-Patchwork-Id: 49755 Message-Id: <1270757799-31891-12-git-send-email-miguel.filho@gmail.com> To: qemu-devel@nongnu.org Cc: armbru@redhat.com, lcapitulino@redhat.com Date: Thu, 8 Apr 2010 17:16:28 -0300 Signed-off-by: Miguel Di Ciurcio Filho --- hw/rtl8139.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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;