]> www.infradead.org Git - users/dwmw2/qemu.git/commit
net: make nb_nics and nd_table[] static in net/net.c nic-config.for-upstream nic-config.for-upstream.for-upstream pull-nic-config.for-upstream-20240201
authorDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 23 Oct 2023 08:38:01 +0000 (09:38 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 1 Feb 2024 16:21:52 +0000 (16:21 +0000)
commit5382a24c9b0be4391ea91b020bb72ad15c05cc88
tree5564eb5ae4cba70d6c224f11b3e59f7918ee122d
parentd1336ffc6583308315efacef6b6e53577b537b05
net: make nb_nics and nd_table[] static in net/net.c

Also remove the stale declaration of host_net_devices; the actual
definition was removed long ago in commit 7cc28cb06104 ("net: Remove
the deprecated 'host_net_add' and 'host_net_remove' HMP commands")

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