On Wed, May 23, 2012 at 11:41 PM, Jan Kiszka <jan.kis...@siemens.com> wrote: > On 2012-05-23 12:14, zwu.ker...@gmail.com wrote: >> From: Zhi Yong Wu <wu...@linux.vnet.ibm.com> >> >> Signed-off-by: Zhi Yong Wu <wu...@linux.vnet.ibm.com> >> --- >> net.c | 1 - >> 1 files changed, 0 insertions(+), 1 deletions(-) >> >> diff --git a/net.c b/net.c >> index 61dc28d..8c8e703 100644 >> --- a/net.c >> +++ b/net.c >> @@ -1079,7 +1079,6 @@ void do_info_network(Monitor *mon) >> NetClientState *nc, *peer; >> net_client_type type; >> >> - monitor_printf(mon, "Devices not on any VLAN:\n"); >> QTAILQ_FOREACH(nc, &net_clients, next) { >> peer = nc->peer; >> type = nc->info->type; > > This looks suspicious - or the patch description is improvable. This is > really just about removing that headline? And what about the indention > of the lines printed afterward? As you have known, vlan concept is replaced with hub. So i think that it is more reasonable to remove this in monitor. > > It also leads me to the question how hub-based networks will be > visualized on "info network", specifically when there are multiple hubs. > Can you provide some more complex example of an info network output?
(qemu) info network virtio-net-pci.0: type=nic,model=virtio-net-pci,macaddr=52:54:00:12:34:56 \ hub0port0: type=(null), virtio-net-pci.1: type=nic,model=virtio-net-pci,macaddr=52:54:00:12:34:57 \ hub1port0: type=(null), hub 1 port 1 peer user.1 port 0 peer virtio-net-pci.1 hub 0 port 1 peer user.0 port 0 peer virtio-net-pci.0 > > Jan > > -- > Siemens AG, Corporate Technology, CT T DE IT 1 > Corporate Competence Center Embedded Linux -- Regards, Zhi Yong Wu