OSDN Git Service

net: Drop vlan argument to qemu_new_net_client()
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 24 Jul 2012 15:35:08 +0000 (16:35 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 1 Aug 2012 11:28:51 +0000 (12:28 +0100)
commitab5f3f84c4362c3014b1ecdb450f430d01b96f19
treed57587556fd2a32ea6ac20e249d9b408318cff01
parent81017645e45bcb0b4d985e900c501f92f2c6fb60
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>
net.c
net.h
net/dump.c
net/hub.c
net/slirp.c
net/socket.c
net/tap-win32.c
net/tap.c
net/vde.c