qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ftgmac100: do not link to netdev
@ 2019-05-20 18:11 Cédric Le Goater
  2019-05-21  3:22 ` Jason Wang
  2019-05-21  7:26 ` Wim Vervoorn
  0 siblings, 2 replies; 3+ messages in thread
From: Cédric Le Goater @ 2019-05-20 18:11 UTC (permalink / raw)
  To: Jason Wang
  Cc: Peter Maydell, Andrew Jeffery, qemu-devel, Wim Vervoorn, qemu-arm,
	Joel Stanley, Cédric Le Goater

qdev_set_nic_properties() is already used in the Aspeed SoC level to
bind the ftgmac100 device to the netdev.

This is fixing support for multiple net devices.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
 hw/net/ftgmac100.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hw/net/ftgmac100.c b/hw/net/ftgmac100.c
index 790430346b51..d9986c6baa92 100644
--- a/hw/net/ftgmac100.c
+++ b/hw/net/ftgmac100.c
@@ -1016,8 +1016,6 @@ static void ftgmac100_realize(DeviceState *dev, Error **errp)
     sysbus_init_irq(sbd, &s->irq);
     qemu_macaddr_default_if_unset(&s->conf.macaddr);
 
-    s->conf.peers.ncs[0] = nd_table[0].netdev;
-
     s->nic = qemu_new_nic(&net_ftgmac100_info, &s->conf,
                           object_get_typename(OBJECT(dev)), DEVICE(dev)->id,
                           s);
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-21 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-20 18:11 [Qemu-devel] [PATCH] ftgmac100: do not link to netdev Cédric Le Goater
2019-05-21  3:22 ` Jason Wang
2019-05-21  7:26 ` Wim Vervoorn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).