Searched hist:"948 ecf219c032e3483b35ba4e162e5eee17d8b77" (Results 1 – 10 of 10) sorted by relevance
/qemu/hw/net/ |
H A D | xen_nic.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
H A D | pcnet-pci.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
H A D | ne2000.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
H A D | eepro100.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
H A D | rtl8139.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
H A D | e1000.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
H A D | virtio-net.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
/qemu/hw/usb/ |
H A D | dev-network.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
/qemu/include/net/ |
H A D | net.h | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|
/qemu/net/ |
H A D | net.c | 948ecf219c032e3483b35ba4e162e5eee17d8b77 Wed Jan 30 11:12:24 UTC 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>
|