From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlJ9x-0000vG-A9 for qemu-devel@nongnu.org; Sat, 27 Feb 2010 04:40:29 -0500 Received: from [199.232.76.173] (port=60339 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlJ9w-0000v0-Cs for qemu-devel@nongnu.org; Sat, 27 Feb 2010 04:40:28 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NlJ9v-0004bE-B3 for qemu-devel@nongnu.org; Sat, 27 Feb 2010 04:40:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48752) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NlJ9u-0004b6-Ul for qemu-devel@nongnu.org; Sat, 27 Feb 2010 04:40:27 -0500 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1R9ePJq013028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 27 Feb 2010 04:40:25 -0500 From: Juan Quintela In-Reply-To: <1267195851-22244-1-git-send-email-armbru@redhat.com> (Markus Armbruster's message of "Fri, 26 Feb 2010 15:50:49 +0100") References: <1267195851-22244-1-git-send-email-armbru@redhat.com> Date: Sat, 27 Feb 2010 10:40:22 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH v2 0/2] Catch attempt to attach more than one device to a netdev List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Mark McLoughlin , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Gerd Hoffmann Markus Armbruster wrote: > Markus Armbruster (2): > qdev: Improve diagnostics for bad property values > qdev: Catch attempt to attach more than one device to a netdev > > hw/qdev-properties.c | 64 ++++++++++++++++++++++++++++++++------------------ > net.c | 1 + > 2 files changed, 42 insertions(+), 23 deletions(-) Acked-by: Juan Quintela