From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl1bc-0006ft-3c for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:55:52 -0500 Received: from [199.232.76.173] (port=56664 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl1bb-0006fd-KI for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:55:51 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nl1ba-0002Qa-Ht for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:55:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6689) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nl1ba-0002QW-2H for qemu-devel@nongnu.org; Fri, 26 Feb 2010 09:55:50 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1QEtn3X000967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Feb 2010 09:55:49 -0500 Date: Fri, 26 Feb 2010 16:52:36 +0200 From: "Michael S. Tsirkin" Message-ID: <20100226145236.GD23359@redhat.com> References: <1267195851-22244-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1267195851-22244-1-git-send-email-armbru@redhat.com> 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 , qemu-devel@nongnu.org, Gerd Hoffmann On Fri, Feb 26, 2010 at 03:50:49PM +0100, 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: Michael S. Tsirkin