From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3nYw-0002ze-8o for qemu-devel@nongnu.org; Wed, 04 Jun 2008 03:37:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3nYu-0002zS-O5 for qemu-devel@nongnu.org; Wed, 04 Jun 2008 03:37:37 -0400 Received: from [199.232.76.173] (port=34071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3nYu-0002zP-H7 for qemu-devel@nongnu.org; Wed, 04 Jun 2008 03:37:36 -0400 Received: from mx20.gnu.org ([199.232.41.8]:39576) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3nYu-0004W1-BL for qemu-devel@nongnu.org; Wed, 04 Jun 2008 03:37:36 -0400 Received: from mail2.shareable.org ([80.68.89.115]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3nYj-0000uO-UH for qemu-devel@nongnu.org; Wed, 04 Jun 2008 03:37:26 -0400 Date: Wed, 4 Jun 2008 08:37:16 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH 0/2] Update documentation for qemu-img + add new -B option Message-ID: <20080604073716.GA20295@shareable.org> References: <2c9e3f91af3dc46f86cdf5cf11d62512@foo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2c9e3f91af3dc46f86cdf5cf11d62512@foo> 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 Marc Bevand wrote: > Thanks for the review, Anthony. I made the changes you request --sorry > about the line wraps. I split the patch in 2 parts to isolate the > unrelated change I made to qemu-img.texi in its own changeset. I wonder if a useful option would be to be able to create an image relative to a _different_ base image. I.e. - convert old flat image to new relative image, given new base - convert old relative + old base to new relative image, given new base Another thing, which might be easier and more useful, would be instantiating zeros in the source image into holes in the relative image. To save space, after lots of changes on the virtual hard disk and some zeroing. (Microsoft has a tool to do this with Virtual PC). -- Jamie