]> www.infradead.org Git - users/dwmw2/qemu.git/commit
net: remove qemu_show_nic_models(), qemu_find_nic_model()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 23 Oct 2023 08:38:00 +0000 (09:38 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 1 Feb 2024 16:21:52 +0000 (16:21 +0000)
commitd1336ffc6583308315efacef6b6e53577b537b05
tree1808b2557ca81cfd280438da09adfb860a3b55e8
parente96ae18177725c39f46cdc697bf815f51aceb9ac
net: remove qemu_show_nic_models(), qemu_find_nic_model()

These old functions can be removed now too. Let net_param_nic() print
the full set of network devices directly, and also make it note that a
list more specific to this platform/config will be available by using
'-nic model=help' instead.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Thomas Huth <thuth@redhat.com>
include/net/net.h
net/net.c