From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl1Wt-0004sl-Cq for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:50:59 -0500 Received: from [199.232.76.173] (port=59757 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl1Ws-0004sW-D9 for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:50:58 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nl1Wq-0001pf-H5 for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:50:57 -0500 Received: from oxygen.pond.sub.org ([213.239.205.148]:50075) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nl1Wq-0001on-5K for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:50:56 -0500 Received: from blackfin.pond.sub.org (pD9E3899F.dip.t-dialin.net [217.227.137.159]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 24E72276D9C for ; Fri, 26 Feb 2010 15:50:52 +0100 (CET) From: Markus Armbruster Date: Fri, 26 Feb 2010 15:50:49 +0100 Message-Id: <1267195851-22244-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [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: qemu-devel@nongnu.org Cc: Mark McLoughlin , Gerd Hoffmann , "Michael S. Tsirkin" 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(-)