]> git.proxmox.com Git - qemu.git/commit
net: Add a hub net client
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 24 Jul 2012 15:35:04 +0000 (16:35 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 1 Aug 2012 11:28:51 +0000 (12:28 +0100)
commitf6c874e3002b944f83d887b84051654e5c5b7821
treed5baa78a53bb9d66a43980b592f8349e37c42fab
parent34309d2b12bf379814b1635850bf1ed3557337d7
net: Add a hub net client

The vlan feature can be implemented in terms of hubs.  By introducing a
hub net client it becomes possible to remove the special case vlan code
from net.c and push the vlan feature out of generic networking code.

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/Makefile.objs
net/hub.c [new file with mode: 0644]
net/hub.h [new file with mode: 0644]
qapi-schema.json