]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/net/smc91c111: use qemu_configure_nic_device()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 23 Oct 2023 08:37:35 +0000 (09:37 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 1 Feb 2024 16:21:52 +0000 (16:21 +0000)
commit1d9f94f263aaf3016fd2f70f7d061836f9a2ae1c
treeff6ee283d470ecc5f6d15cd698ed8e2580b771f9
parentf60011008fb82ac3bddc97408e6996d76397ce00
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 of each caller for now.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Thomas Huth <thuth@redhat.com>
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