commit | 09c292c9e4db45152e3d5fed28c7b8c60bcb3cd9 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Mon Oct 23 09:37:58 2023 +0100 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Fri Feb 02 16:23:47 2024 +0000 |
tree | 91b8ae809cd2436ea6b49060a102db079bc6d430 | |
parent | 7db00af63664a0a88ef0cf1c1c9d8c590d9fc796 [diff] |
net: remove qemu_check_nic_model() There are no callers of this function any more, as they have all been converted to qemu_{create,configure}_nic_device(). Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Thomas Huth <thuth@redhat.com>