From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxjm8-00051G-E9 for qemu-devel@nongnu.org; Tue, 04 Jul 2006 08:13:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxjm6-00050X-VR for qemu-devel@nongnu.org; Tue, 04 Jul 2006 08:13:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxjm6-00050R-QR for qemu-devel@nongnu.org; Tue, 04 Jul 2006 08:13:06 -0400 Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxjzm-000867-ED for qemu-devel@nongnu.org; Tue, 04 Jul 2006 08:27:14 -0400 Received: by nf-out-0910.google.com with SMTP id a4so1011662nfc for ; Tue, 04 Jul 2006 05:13:05 -0700 (PDT) Message-ID: <46d6db660607040513t230e37c6h40cd3de3f91a76bd@mail.gmail.com> Date: Tue, 4 Jul 2006 14:13:05 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] QCow v2 In-Reply-To: <44AA5057.4090306@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1151981142.5476.13.camel@localhost.localdomain> <44AA33AD.3030300@bellard.org> <46d6db660607040344i7bc7e4cbx83fc424a6ebefa8a@mail.gmail.com> <46d6db660607040414m561b7af7h45d50f7a1d6296da@mail.gmail.com> <44AA5057.4090306@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 how do I test it unless I implement it? Is it enough to split the qcow into the clusters, compress each one of them, then add the total files sizes ? how to split into individual clusters a qcow image ? On 7/4/06, Fabrice Bellard wrote: > Christian MICHON wrote: > > 1) size... win30.qcow is 7.5Mb (no compress) 3.5Mb (with zlib) > > it should go down between 2.2Mb and 2.5Mb with lzma > > Did you compare with 4 KB clusters ? If you compress the whole file it > says nothing about the compression gain you will have with 4 KB blocks. > > Fabrice. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > -- Christian