From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxiO4-000063-RP for qemu-devel@nongnu.org; Tue, 04 Jul 2006 06:44:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxiO3-00005r-O8 for qemu-devel@nongnu.org; Tue, 04 Jul 2006 06:44:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxiO3-00005n-Kj for qemu-devel@nongnu.org; Tue, 04 Jul 2006 06:44:11 -0400 Received: from [64.233.182.188] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxibi-0007pS-4x for qemu-devel@nongnu.org; Tue, 04 Jul 2006 06:58:18 -0400 Received: by nf-out-0910.google.com with SMTP id a4so994524nfc for ; Tue, 04 Jul 2006 03:44:10 -0700 (PDT) Message-ID: <46d6db660607040344i7bc7e4cbx83fc424a6ebefa8a@mail.gmail.com> Date: Tue, 4 Jul 2006 12:44:09 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] QCow v2 In-Reply-To: <44AA33AD.3030300@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> 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 about also adding lzma compression for qcow ? I know how to do this inside linux kernel, but lzma'ed qcow images for windows guests could be a very nice addition too. Thank Mark for the notes. I'll look at it to see how to start a lzma patch for qcow... On 7/4/06, Fabrice Bellard wrote: > Regarding my current plans, the next qcow evolution will be the support > for multiple snapshots. Each snapshot will be tagged by a label. > > Fabrice. > -- Christian