From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfZYd-0007d1-MB for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:58:15 -0500 Received: from [199.232.76.173] (port=42233 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfZYd-0007ca-50 for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:58:15 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfZYc-0007SU-15 for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:58:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44076) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfZYb-0007S0-Fr for qemu-devel@nongnu.org; Thu, 11 Feb 2010 08:58:13 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1BDwBhG024368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Feb 2010 08:58:11 -0500 From: Mark McLoughlin In-Reply-To: <1265895902-15664-1-git-send-email-armbru@redhat.com> References: <1265895902-15664-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 11 Feb 2010 13:58:09 +0000 Message-ID: <1265896689.14936.0.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/6] Assorted netdev fixes Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Thu, 2010-02-11 at 14:44 +0100, Markus Armbruster wrote: > 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 Nice. They all look good to me Acked-by: Mark McLoughlin Cheers, Mark.