From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KePQA-0007YG-Au for qemu-devel@nongnu.org; Sat, 13 Sep 2008 03:19:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KePQ7-0007Xl-TK for qemu-devel@nongnu.org; Sat, 13 Sep 2008 03:19:52 -0400 Received: from [199.232.76.173] (port=50137 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KePQ7-0007Xc-Mo for qemu-devel@nongnu.org; Sat, 13 Sep 2008 03:19:51 -0400 Received: from mx20.gnu.org ([199.232.41.8]:10131) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KePQ7-0004lx-Di for qemu-devel@nongnu.org; Sat, 13 Sep 2008 03:19:51 -0400 Received: from smtp7-g19.free.fr ([212.27.42.64]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KePQ5-0004VU-Hb for qemu-devel@nongnu.org; Sat, 13 Sep 2008 03:19:49 -0400 Received: from smtp7-g19.free.fr (localhost [127.0.0.1]) by smtp7-g19.free.fr (Postfix) with ESMTP id 0B9FBB015D for ; Sat, 13 Sep 2008 09:19:47 +0200 (CEST) Received: from [192.168.0.32] (rob92-10-88-171-126-33.fbx.proxad.net [88.171.126.33]) by smtp7-g19.free.fr (Postfix) with ESMTP id CCD15B014A for ; Sat, 13 Sep 2008 09:19:46 +0200 (CEST) Message-ID: <48CB6992.7050802@reactos.org> Date: Sat, 13 Sep 2008 09:19:46 +0200 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Changing default Windows BIOS path from /c/Program Files/Qemu to c:\\Program Files\\Qemu References: <48CB129E.7090003@codemonkey.ws> In-Reply-To: <48CB129E.7090003@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, Anthony Liguori a =E9crit : > I'm not really sure where /c/Program Files/Qemu comes from. Cygwin=20 > would use /cygdrive/c/Program Files/Qemu and mingw32 would use=20 > c:\\Program Files\\Qemu. >=20 > Changing it to the later seems like what it should be. Does the curren= t=20 > default BIOS path actually work for anyone? If so, what are you=20 > building QEMU with? Indeed, default path doesn't work for me either. However, I'm using "-L ." 99% of the times to search BIOS files in the=20 same dir as QEMU executable. Herv=E9