virtio-net: use qemu_get_queue() where possible
commitad37bb3b000963b36b5c30f5a4239cfbc4fe8725
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 20 Feb 2014 11:14:09 +0000 (20 12:14 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 25 Feb 2014 13:31:05 +0000 (25 14:31 +0100)
treeccafdf4c69e1941831a8610b485c6d5e82427d65
parente3e48565c1553f9ab4c34c2388287a013ef30deb
virtio-net: use qemu_get_queue() where possible

qemu_get_queue() is a shorthand for qemu_get_subqueue(n->nic, 0).  Use
the shorthand where possible.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/net/virtio-net.c