]> git.proxmox.com Git - qemu.git/commit
net: introduce qemu_get_queue()
authorJason Wang <jasowang@redhat.com>
Wed, 30 Jan 2013 11:12:22 +0000 (19:12 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 1 Feb 2013 17:02:55 +0000 (11:02 -0600)
commitb356f76de31e343121cdab3a01b39182edce9519
tree917613c9d0047ba2b4b67a5a4e6146c62b2a62d7
parent28a65891a0deb10b222890b9eb916ca32cb977bb
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>
28 files changed:
hw/cadence_gem.c
hw/dp8393x.c
hw/e1000.c
hw/eepro100.c
hw/etraxfs_eth.c
hw/lan9118.c
hw/mcf_fec.c
hw/milkymist-minimac2.c
hw/mipsnet.c
hw/musicpal.c
hw/ne2000-isa.c
hw/ne2000.c
hw/opencores_eth.c
hw/pcnet-pci.c
hw/pcnet.c
hw/rtl8139.c
hw/smc91c111.c
hw/spapr_llan.c
hw/stellaris_enet.c
hw/usb/dev-network.c
hw/virtio-net.c
hw/xen_nic.c
hw/xgmac.c
hw/xilinx_axienet.c
hw/xilinx_ethlite.c
include/net/net.h
net/net.c
savevm.c