From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfZRj-0004Xa-6z for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:51:07 -0500 Received: from [199.232.76.173] (port=57678 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfZRi-0004XS-R3 for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:51:06 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfZRh-0006aj-8T for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:51:06 -0500 Received: from mx20.gnu.org ([199.232.41.8]:46431) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NfZRe-0006Wy-Sm for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:51:05 -0500 Received: from oxygen.pond.sub.org ([213.239.205.148]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfZNH-0005PX-IY for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:46:31 -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 9A124276D59 for ; Thu, 11 Feb 2010 14:45:03 +0100 (CET) From: Markus Armbruster Date: Thu, 11 Feb 2010 14:44:56 +0100 Message-Id: <1265895902-15664-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] Assorted netdev fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin The fixes fall into three groups: * Dead code removal. * Fix bogus "Warning: vlan 0 with no nics" with -device * When we added network clients not associated with a VLAN (-netdev & friends), we missed a few places. Fix them up. Markus Armbruster (6): net: Remove unused net_client_uninit() net: net_check_clients() runs too early to see -device, fix net: Fix bogus "Warning: vlan 0 with no nics" with -device net: net_check_clients() checks only VLAN clients, fix net: info network shows only VLAN clients, fix net: Monitor command set_link finds only VLAN clients, fix net.c | 62 +++++++++++++++++++++++++++++++----------------------- net.h | 3 +- net/slirp.c | 4 --- net/socket.c | 4 --- net/tap-win32.c | 4 --- net/tap.c | 4 --- net/vde.c | 4 --- vl.c | 2 + 8 files changed, 39 insertions(+), 48 deletions(-)