commit | 481434f99e5293cadf0f056bef4afbbefd7b0bb3 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Mon Oct 23 09:38:00 2023 +0100 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Fri Feb 02 16:23:48 2024 +0000 |
tree | 22016bb7d9d43232b4121f9d16d2a7b52dbb57c3 | |
parent | 75942eea59cbba748f87be86a7e3d38144330837 [diff] |
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>