From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4RTF-0000Ho-DW for qemu-devel@nongnu.org; Mon, 15 Jun 2015 06:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4RTB-0006Th-9n for qemu-devel@nongnu.org; Mon, 15 Jun 2015 06:18:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4RTB-0006Td-4Y for qemu-devel@nongnu.org; Mon, 15 Jun 2015 06:18:21 -0400 Message-ID: <1434363496.31654.57.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 15 Jun 2015 12:18:16 +0200 In-Reply-To: <20150615114145-mutt-send-email-mst@redhat.com> References: <55799751.1030904@redhat.com> <20150611142425.GA10763@morn.localdomain> <55799CD6.1060506@redhat.com> <20150611165404.GB20655@morn.localdomain> <5579C959.8020607@redhat.com> <20150611191058.GA28252@morn.localdomain> <1434088832.28479.7.camel@redhat.com> <557ACDD7.9060801@redhat.com> <20150612132329.GB3622@morn.localdomain> <1434348068.31654.15.camel@redhat.com> <20150615114145-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2] pci: fixes to allow booting from extra root pci buses. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Marcel Apfelbaum , lersek@redhat.com, Kevin O'Connor , seabios@seabios.org, qemu-devel@nongnu.org Hi, > > I'm wondering whenever things become easier if we add config registers > > to the pxb, where the firmware can program the bus number range and we > > can use the config register base as a way to specify which pxb we are > > referring to ? > But then we'll need a bunch of fw cfg entries to let guest > discover the extra roots and their bus ranges. We could add them to the pxb host bridge device (1b36:0009). Then we don't need any fw_cfg stuff, seabios could simply lookup/setup things in the 1b36:0009 pci config space ... cheers, Gerd