]> Git Repo - qemu.git/commit - hw/usb/dev-network.c
net: intorduce qemu_del_nic()
authorJason Wang <[email protected]>
Wed, 30 Jan 2013 11:12:24 +0000 (19:12 +0800)
committerAnthony Liguori <[email protected]>
Fri, 1 Feb 2013 17:03:01 +0000 (11:03 -0600)
commit948ecf219c032e3483b35ba4e162e5eee17d8b77
tree610f53d9ed92e5154057a4040a44d3d05c971020
parentcc1f0f45425d0cca41ad421623f92bebc93a21a9
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/e1000.c
hw/eepro100.c
hw/ne2000.c
hw/pcnet-pci.c
hw/rtl8139.c
hw/usb/dev-network.c
hw/virtio-net.c
hw/xen_nic.c
include/net/net.h
net/net.c
This page took 0.027866 seconds and 4 git commands to generate.