From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkerV-0005GJ-Qm for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:38:45 -0500 Received: from [199.232.76.173] (port=41504 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkerV-0005GB-Gl for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:38:45 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NkerU-0005eH-Ls for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:38:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47375) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NkerU-0005eB-7L for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:38:44 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1PEchgq007116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Feb 2010 09:38:43 -0500 Message-ID: <4B868B6F.8050900@redhat.com> Date: Thu, 25 Feb 2010 15:38:39 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20100225114256.GC9116@redhat.com> <20100225120848.GA9223@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] qdev: 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" Hi, > Gerd, what do you think about changing the contract for property parse > methods to return -EINVAL, -EBUSY and such? Hmm, wouldn't it make more sense to integrate with qerror somehow? cheers, Gerd