]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/net/smc91c111: use qemu_configure_nic_device()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 20 Oct 2023 00:06:52 +0000 (01:06 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Sun, 22 Oct 2023 13:29:55 +0000 (14:29 +0100)
commit6f63995e5c0e36fa1bdeb4f469a79ef33605b87a
tree09ba47d83983edaaa71cad7ca774620477d4341b
parent66b46b737216431e354b8943482e469d8e845c3d
hw/net/smc91c111: use qemu_configure_nic_device()

Some callers instantiate the device unconditionally, others will do so only
if there is a NICInfo to go with it. This appears to be fairly random, but
preserve the existing behaviour for now.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
hw/arm/gumstix.c
hw/arm/integratorcp.c
hw/arm/mainstone.c
hw/arm/realview.c
hw/arm/versatilepb.c
hw/net/smc91c111.c
include/hw/net/smc91c111.h