]> 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>
Fri, 2 Feb 2024 16:23:48 +0000 (16:23 +0000)
commit481434f99e5293cadf0f056bef4afbbefd7b0bb3
tree22016bb7d9d43232b4121f9d16d2a7b52dbb57c3
parent75942eea59cbba748f87be86a7e3d38144330837
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