From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BsKi4-0007dV-2P for qemu-devel@nongnu.org; Wed, 04 Aug 2004 08:17:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BsKi2-0007cZ-2G for qemu-devel@nongnu.org; Wed, 04 Aug 2004 08:17:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BsKi1-0007ay-Rl for qemu-devel@nongnu.org; Wed, 04 Aug 2004 08:17:29 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BsKeI-0005MA-VT for qemu-devel@nongnu.org; Wed, 04 Aug 2004 08:13:39 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1Bs8JL-0005cL-6K for qemu-devel@nongnu.org; Tue, 03 Aug 2004 19:03:11 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bs8JJ-00054e-00 for ; Wed, 04 Aug 2004 01:03:09 +0200 Received: from amarseille-206-1-13-202.w81-49.abo.wanadoo.fr ([81.49.73.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Aug 2004 01:03:09 +0200 Received: from daimon55 by amarseille-206-1-13-202.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Aug 2004 01:03:09 +0200 From: Ronald Date: Wed, 04 Aug 2004 01:03:06 +0200 Message-ID: References: <4110069A.5080501@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: new block layer Reply-To: daimon55@free.fr, 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 Le Tue, 03 Aug 2004 23:41:46 +0200, Fabrice Bellard a écrit : > Hi, > > I commited the new disk image layer of QEMU which adds the following > features: > > - new disk image formats are easier to support > > - new 'qcow' image format which supports: > * empty sector compression even if the filesystem does not support > holes (useful for Windows users) > * zlib based compression to directly use compressed disk images > (note: the written sectors are not compressed again, you must use qemu-img > to compress a disk image). > * AES based encryption > > - native VMware 3 and 4 read-only disk image support (untested - I need > such images to test it). > > - new 'all-in-one' tool 'qemu-img' to create, convert, compress and > encrypt disk images with all the supported formats. > > Note: the qcow disk image format may change without notice until the next > release. > > Fabrice. qemu.exe doesn't work for me, even if the build goes fine. I have tried it under xp. Passing -d to log does produce only an empty file. Good news: qemu-img works, I have created a raw and a qcow image.