]> git.proxmox.com Git - mirror_qemu.git/commit
ftgmac100: do not link to netdev
authorCédric Le Goater <clg@kaod.org>
Mon, 20 May 2019 18:11:11 +0000 (20:11 +0200)
committerJason Wang <jasowang@redhat.com>
Tue, 2 Jul 2019 02:21:06 +0000 (10:21 +0800)
commit59377b4a4b6830b71ea937aaf25bfca941cad264
tree424b6162439989b738bd0b216f85ce2e7c199a1d
parent436e3530763cb1e9c65d9575a9809f29ca3ef7e5
ftgmac100: do not link to netdev

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>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/ftgmac100.c