qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] Changing default Windows BIOS path from /c/Progra


From: Eduardo Felipe
Subject: Re: [Qemu-devel] [RFC] Changing default Windows BIOS path from /c/Program Files/Qemu to c:\\Program Files\\Qemu
Date: Sat, 13 Sep 2008 13:20:36 +0200

2008/9/13 Anthony Liguori <address@hidden>
>
> 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?

Hi,

Default path doesn't work for me either. Running qemu from MSYS
doesn't make any difference.

If this is going to change, maybe it's better to try some kind of
getenv("ProgramFiles") before defaulting back to c:\\Program Files.

Same applies to other hardcoded directories in qemu, like
/tmp/qemu.log, which uses the drive you invoke qemu from, whereas
-snapshots writes to the directory pointed by the %TMP% environment
variable. I think these two should be coherent, and maybe even
user-definable.

Regards,
Edu.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]