qemu-e2k/net
Jason Wang 948ecf219c net: intorduce qemu_del_nic()
To support multiqueue nic, this patch separate the nic destructor from
qemu_del_net_client() to a new helper qemu_del_nic() since the mapping bettween
NiCState and NetClientState were not 1:1 in multiqueue. The following patches
would refactor this function to support multiqueue nic.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-02-01 11:03:01 -06:00
..
checksum.c
clients.h
dump.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
hub.c Merge remote-tracking branch 'bonzini/header-dirs' into staging 2012-12-19 17:15:39 -06:00
hub.h
Makefile.objs
net.c net: intorduce qemu_del_nic() 2013-02-01 11:03:01 -06:00
queue.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
slirp.c HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
socket.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
tap_int.h
tap-aix.c
tap-bsd.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
tap-haiku.c
tap-linux.c net: tap: use abort() instead of assert(0) 2013-02-01 10:50:59 -06:00
tap-linux.h
tap-solaris.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
tap-win32.c net: tap: use abort() instead of assert(0) 2013-02-01 10:50:59 -06:00
tap.c net: tap: using bool instead of bitfield 2013-02-01 10:50:59 -06:00
util.c
util.h
vde.c net: add missing include file 2012-12-22 12:06:48 +00:00