From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KeJdu-0003dc-VX for qemu-devel@nongnu.org; Fri, 12 Sep 2008 21:09:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KeJds-0003dQ-HF for qemu-devel@nongnu.org; Fri, 12 Sep 2008 21:09:41 -0400 Received: from [199.232.76.173] (port=44718 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeJds-0003dN-By for qemu-devel@nongnu.org; Fri, 12 Sep 2008 21:09:40 -0400 Received: from py-out-1112.google.com ([64.233.166.181]:1966) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KeJds-000311-3z for qemu-devel@nongnu.org; Fri, 12 Sep 2008 21:09:40 -0400 Received: by py-out-1112.google.com with SMTP id p76so887405pyb.10 for ; Fri, 12 Sep 2008 18:09:39 -0700 (PDT) Message-ID: <48CB129E.7090003@codemonkey.ws> Date: Fri, 12 Sep 2008 20:08:46 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [RFC] Changing default Windows BIOS path from /c/Program Files/Qemu to c:\\Program Files\\Qemu 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" 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. Changing it to the later seems like what it should be. Does the current default BIOS path actually work for anyone? If so, what are you building QEMU with? Regards, Anthony Liguori