qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 6/6] net: Monitor command set_link finds only VLAN c


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 6/6] net: Monitor command set_link finds only VLAN clients, fix
Date: Thu, 11 Feb 2010 14:45:02 +0100

Clients not associated with a VLAN exist since commit d80b9fc6.

Signed-off-by: Markus Armbruster <address@hidden>
---
 net.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net.c b/net.c
index fb89f94..029b0d7 100644
--- a/net.c
+++ b/net.c
@@ -1243,6 +1243,7 @@ void do_set_link(Monitor *mon, const QDict *qdict)
             }
         }
     }
+    vc = qemu_find_netdev(name);
 done:
 
     if (!vc) {
-- 
1.6.6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]