mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
add missing MAC address to info_str for some NICs (Mark McLoughlin)
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6219 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7cb7434b1e
commit
96d5e20138
4 changed files with 7 additions and 1 deletions
|
@ -455,4 +455,5 @@ void mcf_fec_init(NICInfo *nd, target_phys_addr_t base, qemu_irq *irq)
|
|||
s->vc = qemu_new_vlan_client(nd->vlan, nd->model,
|
||||
mcf_fec_receive, mcf_fec_can_receive, s);
|
||||
memcpy(s->macaddr, nd->macaddr, 6);
|
||||
qemu_format_nic_info_str(n->vc, s->macaddr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue