net: Drop vlan argument to qemu_new_net_client()
Since hubs are now used to implement the 'vlan' feature and the vlan argument is always NULL, remove the argument entirely and update all net clients that use qemu_new_net_client(). Signed-off-by:Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by:
Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com>
Showing
- net.c 10 additions, 17 deletionsnet.c
- net.h 0 additions, 1 deletionnet.h
- net/dump.c 1 addition, 1 deletionnet/dump.c
- net/hub.c 1 addition, 1 deletionnet/hub.c
- net/slirp.c 1 addition, 1 deletionnet/slirp.c
- net/socket.c 2 additions, 2 deletionsnet/socket.c
- net/tap-win32.c 1 addition, 1 deletionnet/tap-win32.c
- net/tap.c 1 addition, 1 deletionnet/tap.c
- net/vde.c 1 addition, 1 deletionnet/vde.c
Loading
Please register or sign in to comment