Home
last modified time | relevance | path

Searched hist:"948 ecf21" (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddev-network.c948ecf21 Wed Jan 30 05:12:24 CST 2013 Jason Wang <jasowang@redhat.com> 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>
/openbmc/qemu/include/net/
H A Dnet.h948ecf21 Wed Jan 30 05:12:24 CST 2013 Jason Wang <jasowang@redhat.com> 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>
/openbmc/qemu/net/
H A Dnet.c948ecf21 Wed Jan 30 05:12:24 CST 2013 Jason Wang <jasowang@redhat.com> 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>