]> Git Repo - qemu.git/commit - hw/core/qdev-properties-system.c
net: move queue number into NICPeers
authorJiri Pirko <[email protected]>
Mon, 26 May 2014 10:04:08 +0000 (12:04 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 27 Jun 2014 09:19:31 +0000 (11:19 +0200)
commit575a1c0e42287f8342a7e93e03c53edeb152399d
treedeaace3f44b7fefa5fdf19d0a69d6f77db87a40c
parent3fb69aa1d127585fe9626c3d777a8ce2fc01a36d
net: move queue number into NICPeers

It indicates the number of elements in ncs field and makes sense to have
int inside NICPeers. Also in parse_netdev we do not need to access
container and work with NICPeers only.

Signed-off-by: Jiri Pirko <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/core/qdev-properties-system.c
hw/net/virtio-net.c
include/net/net.h
net/net.c
This page took 0.025526 seconds and 4 git commands to generate.