Re: [Qemu-devel] [PATCH 05/16] net: Drop vlan argument to qemu_new_net_client()

2012-07-23 Thread Laszlo Ersek
On 07/20/12 14:01, Stefan Hajnoczi wrote: > 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(). > @@ -249,7 +242,7 @@ NICState *qemu_new_nic(NetClientInfo *info, >

[Qemu-devel] [PATCH 05/16] net: Drop vlan argument to qemu_new_net_client()

2012-07-20 Thread Stefan Hajnoczi
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 Signed-off-by: Zhi Yong Wu --- net.c | 27 ++-