]> 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>
Mon, 13 Nov 2023 23:31:53 +0000 (18:31 -0500)
commit4f396c01c99af45bb52fd9b08a611bdda15c4a01
tree666700186d8959f496f92224201b017892af6055
parenta0a464c49281a3c157f60885326a951056cde911
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>
include/net/net.h
net/net.c