From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdP2M-0001If-4N for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:38:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdP2K-0001F6-A5 for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:38:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdP2K-0001Eq-1q for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:38:36 -0400 Received: from mail.bawue.net ([193.7.176.63]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IdP2J-0002HD-IL for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:38:35 -0400 Date: Thu, 4 Oct 2007 12:38:35 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] RFC: BIOS filename option Message-ID: <20071004113835.GR16772@networkno.de> References: <1191467515.31950.41.camel@rapid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1191467515.31950.41.camel@rapid> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "J. Mayer" Cc: qemu-devel@nongnu.org J. Mayer wrote: > Hi, > > This is a proposal to allow the user to select a BIOS file name on the > command line. The goal is mainly to ease debug, for example when I want > to try to run a firmware comming from a real machine instead of the > default one. > The only change is to add a -bios option, use the given file > if any or use the default if none were given. > Maybe the options would be better named as -biosfile.... Or it maybe a > good idea to give a full path, not to concatenate the given name with > the bios_dir prefix... > Some may find this option is not so useful, as one can specify a > directory to find the target BIOS. But I feel more confortable keeping > all BIOS images together at the same place. I welcome this, especially since the various mips machine emulations may have several alternative BIOS implementations soon. Thiemo