From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KeWNe-0005lS-En for qemu-devel@nongnu.org; Sat, 13 Sep 2008 10:45:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KeWNY-0005id-Nt for qemu-devel@nongnu.org; Sat, 13 Sep 2008 10:45:45 -0400 Received: from [199.232.76.173] (port=52765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeWNY-0005iL-Ag for qemu-devel@nongnu.org; Sat, 13 Sep 2008 10:45:40 -0400 Received: from ag-out-0708.google.com ([72.14.246.247]:25087) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KeWNX-0008Pi-NR for qemu-devel@nongnu.org; Sat, 13 Sep 2008 10:45:39 -0400 Received: by ag-out-0708.google.com with SMTP id 31so3464702agc.5 for ; Sat, 13 Sep 2008 07:45:39 -0700 (PDT) Message-ID: <48CBD1DF.6010608@codemonkey.ws> Date: Sat, 13 Sep 2008 09:44:47 -0500 From: Anthony Liguori 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> <48CB7070.3040806@siriusit.co.uk> In-Reply-To: <48CB7070.3040806@siriusit.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Mark Cave-Ayland wrote: > Anthony Liguori wrote: >> I'm not really sure where /c/Program Files/Qemu comes from. Cygwin >> would use /cygdrive/c/Program Files/Qemu and mingw32 would use >> c:\\Program Files\\Qemu. > > I've not tried building the Windows BIOS myself, however /c/Program > Files/Qemu is a MingW/MSYS path (where the default MSYS bash shell > provides UNIX-like paths in this format). Are you absolutely positive? Have you confirmed this? If so, on what version of mingw32/msys? As I said, I've tried this on mingw and it doesn't work. Regards, Anthony Liguori > > > HTH, > > Mark. >