]> git.proxmox.com Git - qemu.git/commit - net.c
net: Rename non_vlan_clients to net_clients
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 24 Jul 2012 15:35:12 +0000 (16:35 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 1 Aug 2012 12:32:10 +0000 (13:32 +0100)
commit94878994dcd5d7c2d9c3fe689d6841f6e7ddc2c2
tree012e468ff847d2f90bfc86a2ca4b37ab0b0cad72
parenta005d0732fb1c8e419e506c94ea2527287fe4204
net: Rename non_vlan_clients to net_clients

There is no longer a distinction between vlan clients and non-vlan
clients in the net core.  The net core only knows about point-to-point
clients which are connected to a peer.  It's time to rename the global
list of net clients since it no longer refers to vlans at all.

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