From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37394 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmSkw-0002XY-8O for qemu-devel@nongnu.org; Fri, 20 Aug 2010 10:39:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmSkX-0004Cx-AI for qemu-devel@nongnu.org; Fri, 20 Aug 2010 10:39:18 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:49862) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmSkX-0004Co-6U for qemu-devel@nongnu.org; Fri, 20 Aug 2010 10:39:17 -0400 Received: by iwn8 with SMTP id 8so2420444iwn.4 for ; Fri, 20 Aug 2010 07:39:16 -0700 (PDT) Message-ID: <4C6E938E.80704@codemonkey.ws> Date: Fri, 20 Aug 2010 09:39:10 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH - V3] Port codes from qemu-kvm to support booting from SCSI disk image References: <201008181608.55759.paul@codesourcery.com> <632E0D52-7618-4184-990D-2918E51A61BC@suse.de> <4C6E327B.4060505@redhat.com> <4C6E8647.9090509@codemonkey.ws> <4C6E8C80.3020903@redhat.com> In-Reply-To: <4C6E8C80.3020903@redhat.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: Gerd Hoffmann Cc: Paul Brook , qemu-devel@nongnu.org, Hai Shan Bai , Alexander Graf On 08/20/2010 09:09 AM, Gerd Hoffmann wrote: > Hi, > >>> Fetch >>> http://www.lsi.com/DistributionSystem/AssetDocument/files/support/ssp/sdms/Bios/lsi_bios.zip >>> >>> -> unzip -> boot with "-option-rom 8xx_64.rom" >> >> Maybe we could switch PCIDevice to default romfile to try to >> .rom if none is specified. Since qdev names are unique, this >> should work well. > > Been there, tried that. It isn't *that* easy. The PCI ID in the > option rom header doesn't match the PCI ID of the emulated lsi, so > seabios refuses to load it from the rom bar. Heh, I was wondering why it didn't work unless I put rombar=0 :-) Is this fixable in a reasonable way or does PCI ID in the option rom represent a much newer device that would trigger issues with guest drivers? Regards, Anthony Liguori > cheers, > Gerd >