From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxiqY-0000FV-LD for qemu-devel@nongnu.org; Tue, 04 Jul 2006 07:13:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxiqW-0000Ek-Fn for qemu-devel@nongnu.org; Tue, 04 Jul 2006 07:13:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxiqW-0000Ef-9f for qemu-devel@nongnu.org; Tue, 04 Jul 2006 07:13:36 -0400 Received: from [195.134.65.4] (helo=zeus.di.uoa.gr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxj4A-0001Nw-TK for qemu-devel@nongnu.org; Tue, 04 Jul 2006 07:27:43 -0400 Received: from kronos.di.uoa.gr (root@kronos.di.uoa.gr [195.134.65.119]) by zeus.di.uoa.gr (8.12.10/8.12.10) with ESMTP id k64BF3vN026967 for ; Tue, 4 Jul 2006 14:15:03 +0300 (EEST) Received: from [195.134.66.113] (catwoman.di.uoa.gr [195.134.66.113]) by kronos.di.uoa.gr (8.12.10/8.12.10) with ESMTP id k64BDkKE020664 for ; Tue, 4 Jul 2006 14:13:54 +0300 (EEST) Message-ID: <44AA4D74.9070005@dblab.ece.ntua.gr> Date: Tue, 04 Jul 2006 14:13:56 +0300 From: Elefterios Stamatogiannakis MIME-Version: 1.0 Subject: Re: [Qemu-devel] QCow v2 References: <1151981142.5476.13.camel@localhost.localdomain> <44AA33AD.3030300@bellard.org> <46d6db660607040344i7bc7e4cbx83fc424a6ebefa8a@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: estama@dblab.ece.ntua.gr, 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 I agree Lzma and zlib are pretty much equivalent, so there is pretty much nothing to be gained except slightly more compression. On the other hand with lzo (1) there would be quite a considerable speed improvement at the cost of compression. It could also mean that reading on the qcow format could some times be faster (with compressible data) than reading directly from the hard disk. lefteris (1) http://www.oberhumer.com/opensource/lzo/ Johannes Schindelin wrote: > Hi, > > On Tue, 4 Jul 2006, Christian MICHON wrote: > >> how about also adding lzma compression for qcow ? > > Why lzma? We already have a dependency on zlib, why not just take that? > > Ciao, > Dscho > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel