From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLtP7-0007a5-Ra for qemu-devel@nongnu.org; Wed, 01 Jul 2009 02:34:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLtP2-0007Xy-7v for qemu-devel@nongnu.org; Wed, 01 Jul 2009 02:34:48 -0400 Received: from [199.232.76.173] (port=48182 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLtP2-0007Xg-3M for qemu-devel@nongnu.org; Wed, 01 Jul 2009 02:34:44 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50708) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLtP1-00050Z-Bg for qemu-devel@nongnu.org; Wed, 01 Jul 2009 02:34:43 -0400 Message-ID: <4A4B02FC.2080204@redhat.com> Date: Wed, 01 Jul 2009 08:32:28 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/8] qdev/core: bus list References: <1246353962-32308-1-git-send-email-kraxel@redhat.com> <4A4A6C48.3060101@codemonkey.ws> <4A4A731D.5020306@redhat.com> <200907010125.16181.paul@codesourcery.com> In-Reply-To: <200907010125.16181.paul@codesourcery.com> 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: Paul Brook Cc: qemu-devel@nongnu.org, Markus Armbruster > PCI bus numbers should be determined by the guest, and are not fixed values. They are not fixed. Guest writes to the bridge registers will update PCIBus->bus_num, so the guests and qemus view to pci bus numbers should match even if the guest changes them. cheers, Gerd