commit | b356f76de31e343121cdab3a01b39182edce9519 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed Jan 30 19:12:22 2013 +0800 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 01 11:02:55 2013 -0600 |
tree | 917613c9d0047ba2b4b67a5a4e6146c62b2a62d7 | |
parent | 28a65891a0deb10b222890b9eb916ca32cb977bb [diff] |
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>