From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My0z0-00066v-Qa for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:21:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My0yv-00061q-Tq for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:21:26 -0400 Received: from [199.232.76.173] (port=33505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My0yv-00061W-J3 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:21:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9745) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My0yv-0002VK-56 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:21:21 -0400 Message-ID: <4AD5A619.1000308@redhat.com> Date: Wed, 14 Oct 2009 12:21:13 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/4] rom loader: make vga+rom loading target specific References: <1255431978-4992-1-git-send-email-kraxel@redhat.com> <1255431978-4992-3-git-send-email-kraxel@redhat.com> <45C8DAC8-2483-4A79-8855-23133F459839@claunia.com> In-Reply-To: <45C8DAC8-2483-4A79-8855-23133F459839@claunia.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: Natalia Portillo Cc: Blue Swirl , qemu-devel@nongnu.org On 10/14/09 00:03, Natalia Portillo wrote: > SmartFirmware on Genesi Pegasos boards do. > > I have one and when I boot I see the ATI Radeon 9200 BIOS message, then > openfirmware prompt. Big question is whenever they actually load the rom to 0xc0000 or whenever they let the x86 emulator read the rom data directly from the pci address space. I suspect the later. cheers, Gerd