From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfZOp-0003hV-Ao for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:48:07 -0500 Received: from [199.232.76.173] (port=58075 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfZOn-0003hN-NC for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:48:05 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfZOm-0006MR-F8 for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:48:05 -0500 Received: from oxygen.pond.sub.org ([213.239.205.148]:40509) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NfZOe-0006Cu-VB for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:48:04 -0500 Received: from blackfin.pond.sub.org (pD951BCD9.dip.t-dialin.net [217.81.188.217]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 2E8F82DD314 for ; Thu, 11 Feb 2010 14:45:04 +0100 (CET) From: Markus Armbruster Date: Thu, 11 Feb 2010 14:45:02 +0100 Message-Id: <1265895902-15664-7-git-send-email-armbru@redhat.com> In-Reply-To: <1265895902-15664-1-git-send-email-armbru@redhat.com> References: <1265895902-15664-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 6/6] net: Monitor command set_link finds only VLAN clients, fix List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin Clients not associated with a VLAN exist since commit d80b9fc6. Signed-off-by: Markus Armbruster --- 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