From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECEnF-0005Q3-PD for qemu-devel@nongnu.org; Mon, 05 Sep 2005 07:05:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECEnA-0005Md-PN for qemu-devel@nongnu.org; Mon, 05 Sep 2005 07:05:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECEn9-0005Jp-AT for qemu-devel@nongnu.org; Mon, 05 Sep 2005 07:05:35 -0400 Received: from [64.233.182.201] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ECElN-0007i8-61 for qemu-devel@nongnu.org; Mon, 05 Sep 2005 07:03:45 -0400 Received: by nproxy.gmail.com with SMTP id l37so325896nfc for ; Mon, 05 Sep 2005 03:59:50 -0700 (PDT) Message-ID: <46d6db66050905035947776547@mail.gmail.com> Date: Mon, 5 Sep 2005 12:59:50 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] Re: QEMU 0.7.2 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <431B2E78.9020902@bellard.org> 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 > QEMU version 0.7.2 is now available. Just to report something I noticed on both 0.7.1/0.7.2 on winXP hosts: qemu-img doesn't convert into compressed images anymore. qemu-img-0.7.0 is still working fine. qemu-img.exe convert -c -f qcow hda -O qcow hdz gives: qemu-img: Compression not supported for this file format Once I convert into compressed qcow/img, 0.7.2 is still able to open and use the image. Christian