From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MA2F9-0006UN-WB for qemu-devel@nongnu.org; Fri, 29 May 2009 09:35:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MA2F5-0006SV-Cm for qemu-devel@nongnu.org; Fri, 29 May 2009 09:35:31 -0400 Received: from [199.232.76.173] (port=44781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MA2F5-0006SK-6N for qemu-devel@nongnu.org; Fri, 29 May 2009 09:35:27 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:53000) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MA2F4-0004pH-EN for qemu-devel@nongnu.org; Fri, 29 May 2009 09:35:26 -0400 Message-ID: <4A1FE457.1080201@mail.berlios.de> Date: Fri, 29 May 2009 15:34:15 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Win32: Get bios_dir from path of executable. References: <1243530985-23963-1-git-send-email-weil@mail.berlios.de> <20090529132656.GB22655@amit-x200.pnq.redhat.com> In-Reply-To: <20090529132656.GB22655@amit-x200.pnq.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu-devel@nongnu.org Amit Shah schrieb: > On (Thu) May 28 2009 [19:16:25], Stefan Weil wrote: >> The old value CONFIG_QEMU_SHAREDIR uses a path >> which is not standard for most Windows installations >> (c:\Program Files is c:\Programme in german). > > Will the patch at > > http://article.gmane.org/gmane.comp.emulators.qemu/38346 > > help this? > > Amit No, it won't help. That patch still uses CONFIG_QEMU_SHAREDIR: + set_datafile_dir(CONFIG_QEMU_SHAREDIR); And using this constant macro is the problem, because Windows program directory is not constant. Regards, Stefan