From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2uLz-0006oC-9v for qemu-devel@nongnu.org; Thu, 11 Jun 2015 00:44:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2uLn-0000iO-0u for qemu-devel@nongnu.org; Thu, 11 Jun 2015 00:44:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2uLm-0000iE-R3 for qemu-devel@nongnu.org; Thu, 11 Jun 2015 00:44:22 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 69EFE2DC422 for ; Thu, 11 Jun 2015 04:44:22 +0000 (UTC) Message-ID: <55791223.6040704@redhat.com> Date: Thu, 11 Jun 2015 07:44:19 +0300 From: Marcel Apfelbaum MIME-Version: 1.0 References: <1433956033-11584-1-git-send-email-lersek@redhat.com> <1433956033-11584-5-git-send-email-lersek@redhat.com> <55788F80.2060404@redhat.com> <55789129.1010403@redhat.com> <557899EB.2030206@redhat.com> <5578AC20.40109@redhat.com> In-Reply-To: <5578AC20.40109@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 4/4] hw/pci-bridge: push down PXB in qtree in order to format PXB bus numer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , qemu-devel@nongnu.org Cc: Markus Armbruster , "Michael S. Tsirkin" On 06/11/2015 12:29 AM, Laszlo Ersek wrote: > On 06/10/15 22:11, Laszlo Ersek wrote: >> On 06/10/15 21:34, Laszlo Ersek wrote: >>> On 06/10/15 21:26, Marcel Apfelbaum wrote: > >>>> BTW, did you try to boot from it :) ? >>> >>> No, not yet; I'll have to write additional OVMF code for that; but the >>> syntax is OK, and the information is there, so I'm fairly sure I can >>> write that code. :) >> >> On a second thought -- I *will* write the OVMF code for this now, or >> tomorrow, because the syntax is *still* a little bit off. I think we'll >> need: >> >> /extra-pci-roots@0/pci-root@4/pci-bridge@0/ethernet@2/ethernet-phy@0 >> ^^ >> >> The part I marked (ie. the @ and the UnitAddress after it) are >> mandatory. I'll just hardcode the "@0" string there in QEMU, as written >> above. > > Yes, that works; I can PXE-boot with OVMF from a virtio-net-pci NIC that > is located at the above OFW devpath. Good! I'll work now on Seabios . Thanks, Marcel > > Thanks > Laszlo >