commit | 6c51ae73fc68de2a4f11f5a7ebb52a4e79687e7d | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed Jan 30 19:12:25 2013 +0800 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 01 11:03:01 2013 -0600 |
tree | ac8219d4c3d59f22a5e38dbbf4fb02abb018c631 | |
parent | 948ecf219c032e3483b35ba4e162e5eee17d8b77 [diff] |
net: introduce qemu_find_net_clients_except() In multiqueue, all NetClientState that belongs to the same netdev or nic has the same id. So this patches introduces an helper qemu_find_net_clients_except() which finds all NetClientState with the same id. This will be used by multiqueue networking. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>