From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLbMM-0001Tw-HV for qemu-devel@nongnu.org; Tue, 30 Jun 2009 07:18:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLbMH-0001R5-1C for qemu-devel@nongnu.org; Tue, 30 Jun 2009 07:18:45 -0400 Received: from [199.232.76.173] (port=54397 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLbMF-0001Qx-FD for qemu-devel@nongnu.org; Tue, 30 Jun 2009 07:18:40 -0400 Received: from mx20.gnu.org ([199.232.41.8]:14813) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MLbMF-0005wJ-9g for qemu-devel@nongnu.org; Tue, 30 Jun 2009 07:18:39 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLbMD-0001xl-JD for qemu-devel@nongnu.org; Tue, 30 Jun 2009 07:18:38 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 4/8] qdev/core: bus list Date: Tue, 30 Jun 2009 12:18:34 +0100 References: <1246353962-32308-1-git-send-email-kraxel@redhat.com> <1246353962-32308-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1246353962-32308-5-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906301218.35086.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann On Tuesday 30 June 2009, Gerd Hoffmann wrote: > * maintain a list of busses. > * maintain bus numbers. > * add function to find busses by type / name / number. > * add monitor command to list busses. I still object to this patch. Busses should be identified by their location in the tree, not by number. Paul