commit | cc1f0f45425d0cca41ad421623f92bebc93a21a9 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed Jan 30 19:12:23 2013 +0800 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 01 11:03:00 2013 -0600 |
tree | 8015fb30e1da7eab59fbbf236f790500a47cbea0 | |
parent | b356f76de31e343121cdab3a01b39182edce9519 [diff] |
net: introduce qemu_get_nic() To support multiqueue, this patch introduces a helper qemu_get_nic() to get NICState from a NetClientState. 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>