From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl2c4-0007Vh-3C for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:00:24 -0500 Received: from [199.232.76.173] (port=60100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl2c3-0007VJ-LI for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:00:23 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nl2c3-0002Wm-3n for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:00:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28893) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nl2c2-0002Wg-KE for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:00:22 -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 o1QG0KqC027775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Feb 2010 11:00:21 -0500 Message-ID: <4B87F005.8070008@redhat.com> Date: Fri, 26 Feb 2010 17:00:05 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1267195851-22244-1-git-send-email-armbru@redhat.com> In-Reply-To: <1267195851-22244-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, "Michael S. Tsirkin" On 02/26/10 15:50, 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 Looks good. Acked-by: Gerd Hoffmann cheers, Gerd