The fixes fall into three groups: * Dead code removal.
* Fix bogus "Warning: vlan 0 with no nics" with -device * When we added network clients not associated with a VLAN (-netdev & friends), we missed a few places. Fix them up. Markus Armbruster (6): net: Remove unused net_client_uninit() net: net_check_clients() runs too early to see -device, fix net: Fix bogus "Warning: vlan 0 with no nics" with -device net: net_check_clients() checks only VLAN clients, fix net: info network shows only VLAN clients, fix net: Monitor command set_link finds only VLAN clients, fix net.c | 62 +++++++++++++++++++++++++++++++----------------------- net.h | 3 +- net/slirp.c | 4 --- net/socket.c | 4 --- net/tap-win32.c | 4 --- net/tap.c | 4 --- net/vde.c | 4 --- vl.c | 2 + 8 files changed, 39 insertions(+), 48 deletions(-)