From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5JAZ-0005kD-Eb for qemu-devel@nongnu.org; Wed, 17 Jun 2015 15:38:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5JAV-0001qI-5x for qemu-devel@nongnu.org; Wed, 17 Jun 2015 15:38:43 -0400 Received: from mail-qk0-f178.google.com ([209.85.220.178]:33647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5JAV-0001pw-2A for qemu-devel@nongnu.org; Wed, 17 Jun 2015 15:38:39 -0400 Received: by qkhu186 with SMTP id u186so32221136qkh.0 for ; Wed, 17 Jun 2015 12:38:38 -0700 (PDT) Date: Wed, 17 Jun 2015 15:38:36 -0400 From: Kevin O'Connor Message-ID: <20150617193836.GB25643@morn.localdomain> References: <1434545105-5811-1-git-send-email-lersek@redhat.com> <1434545105-5811-8-git-send-email-lersek@redhat.com> <20150617211235-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150617211235-mutt-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 7/7] hw/pci-bridge: format SeaBIOS-compliant OFW device node for PXB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Marcel Apfelbaum , Laszlo Ersek , qemu-devel@nongnu.org On Wed, Jun 17, 2015 at 09:21:00PM +0200, Michael S. Tsirkin wrote: > BTW does this work if we have pci bridges under the default root in > addition to PXBs? Does seabios know to skip regular bridges when it's > counting roots? Yes - SeaBIOS will skip regular pci-to-pci bridges in its scan for extra roots. -Kevin