From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtOAj-0003pt-QA for qemu-devel@nongnu.org; Fri, 24 Oct 2008 11:01:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtOAg-0003o8-Pm for qemu-devel@nongnu.org; Fri, 24 Oct 2008 11:01:53 -0400 Received: from [199.232.76.173] (port=55384 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtOAg-0003no-HB for qemu-devel@nongnu.org; Fri, 24 Oct 2008 11:01:50 -0400 Received: from mailout.artfiles.de ([80.252.97.80]:55891) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KtOAg-0000cq-0i for qemu-devel@nongnu.org; Fri, 24 Oct 2008 11:01:50 -0400 Received: from [87.185.179.156] (helo=[192.168.0.106]) auth=rr@bttr-software.de by mailout.artfiles.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) id 1KtOAY-0000Ru-AM for qemu-devel@nongnu.org; Fri, 24 Oct 2008 17:01:42 +0200 Message-ID: <4901E355.8070306@bttr-software.de> Date: Fri, 24 Oct 2008 17:01:41 +0200 From: Robert Riebisch MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5524] Fix windows build after migration changes References: <4901D92C.8070800@bttr-software.de> <4901DAE8.6080905@codemonkey.ws> In-Reply-To: <4901DAE8.6080905@codemonkey.ws> Content-Type: text/plain; charset=us-ascii 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 Anthony Liguori wrote: > That would be great. I don't know that we want to go on the current > directory though. There's a Windows API for finding Program Files. > That's probably what we want to do. Why do you want to look for "Program Files" instead? Just let QEMU determine its own folder via GetModuleFileName() and look there for the BIOS files. One of the main advantages of QEMU over other virtualization products is that you can copy it to whatever folder you like. Even to a USB flash drive/memory key for complete portability. Robert Riebisch -- BTTR Software http://www.bttr-software.de/