From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWozt-00081y-W3 for qemu-devel@nongnu.org; Mon, 18 Jan 2010 05:38:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWozp-00080D-Cn for qemu-devel@nongnu.org; Mon, 18 Jan 2010 05:38:13 -0500 Received: from [199.232.76.173] (port=58315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWozp-000805-5e for qemu-devel@nongnu.org; Mon, 18 Jan 2010 05:38:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61317) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWozo-00009V-Mn for qemu-devel@nongnu.org; Mon, 18 Jan 2010 05:38:08 -0500 Message-ID: <4B5439FF.7000309@redhat.com> Date: Mon, 18 Jan 2010 11:37:51 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC, PATCH 10/11] qdev: Add do_info_qbus and friends. References: <1261861899-1984-1-git-send-email-nathan@parenthephobia.org.uk> <1261861899-1984-11-git-send-email-nathan@parenthephobia.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Nathan Baum , qemu-devel@nongnu.org > However, because there are both device properties and bus properties > (really: device properties common to all devices on this bus), their > names can clash. Device properties take precedence (see > qdev_prop_find()). Hmm, qdev_printf() prints even overridden bus > properties, not sure that's appropriate. Gerd? IMHO they must not clash. This isn't enforced in any way though. cheers, Gerd