From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CU6PU-0002FM-5y for qemu-devel@nongnu.org; Tue, 16 Nov 2004 11:42:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CU6PT-0002Ev-Cq for qemu-devel@nongnu.org; Tue, 16 Nov 2004 11:42:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CU6PT-0002Es-A0 for qemu-devel@nongnu.org; Tue, 16 Nov 2004 11:42:27 -0500 Received: from [64.233.170.205] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CU6Gf-0006Dm-Ud for qemu-devel@nongnu.org; Tue, 16 Nov 2004 11:33:22 -0500 Received: by rproxy.gmail.com with SMTP id y7so110253rne for ; Tue, 16 Nov 2004 08:33:16 -0800 (PST) Message-ID: Date: Tue, 16 Nov 2004 11:33:16 -0500 From: Brett Bonfield Subject: [Qemu-devel] Re: Re: Using Qemu to install Linux in a Windows In-Reply-To: <-7683157254018587834@unknownmsgid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <-7683157254018587834@unknownmsgid> Reply-To: Brett Bonfield , 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 > Date: Tue, 16 Nov 2004 01:56:19 +0100 > From: Ronald > Subject: [Qemu-devel] Re: Re: Using Qemu to install Linux in a Windows > XP > > OOops, sorry, I wanted to say that qemu-img.exe should be used instead of > > other tools as it handles all images formats that QEMU supports and some > > manipulations like AES encryption and compression. > > > > Fabrice. > > Perhaps I could remove mkqemuimage from the windows installer now, move it > in a subdir, or put some info about images in a Readme, so qemu-img is > used preferably. You choose. > I am not aware of frontends that use it, except for QEMUMenu. > > About qemu-img.exe, it is not installed by default for windows build (?) Does this mean QemuMenu.bat will default to using qemu-img.exe instead of mkqemuimage.exe? At this point I'm just asking so I can create a simple quickstart guide so that others with my needs can look at documentation rather than bothering the Qemu-devel list as I've done. Brett