net: introduce qemu_get_queue()
To support multiqueue, the patch introduce a helper qemu_get_queue() which is used to get the NetClientState of a device. The following patches would refactor this helper to support multiqueue. Signed-off-by:Jason Wang <jasowang@redhat.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Showing
- hw/cadence_gem.c 5 additions, 4 deletionshw/cadence_gem.c
- hw/dp8393x.c 5 additions, 4 deletionshw/dp8393x.c
- hw/e1000.c 12 additions, 10 deletionshw/e1000.c
- hw/eepro100.c 6 additions, 6 deletionshw/eepro100.c
- hw/etraxfs_eth.c 3 additions, 2 deletionshw/etraxfs_eth.c
- hw/lan9118.c 5 additions, 5 deletionshw/lan9118.c
- hw/mcf_fec.c 2 additions, 2 deletionshw/mcf_fec.c
- hw/milkymist-minimac2.c 2 additions, 2 deletionshw/milkymist-minimac2.c
- hw/mipsnet.c 2 additions, 2 deletionshw/mipsnet.c
- hw/musicpal.c 1 addition, 1 deletionhw/musicpal.c
- hw/ne2000-isa.c 1 addition, 1 deletionhw/ne2000-isa.c
- hw/ne2000.c 4 additions, 3 deletionshw/ne2000.c
- hw/opencores_eth.c 3 additions, 3 deletionshw/opencores_eth.c
- hw/pcnet-pci.c 1 addition, 1 deletionhw/pcnet-pci.c
- hw/pcnet.c 4 additions, 3 deletionshw/pcnet.c
- hw/rtl8139.c 7 additions, 7 deletionshw/rtl8139.c
- hw/smc91c111.c 2 additions, 2 deletionshw/smc91c111.c
- hw/spapr_llan.c 2 additions, 2 deletionshw/spapr_llan.c
- hw/stellaris_enet.c 3 additions, 2 deletionshw/stellaris_enet.c
- hw/usb/dev-network.c 5 additions, 5 deletionshw/usb/dev-network.c
Loading
Please register or sign in to comment