From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHGyu-0006By-Le for qemu-devel@nongnu.org; Tue, 12 Aug 2014 14:39:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHGyo-00023R-Pz for qemu-devel@nongnu.org; Tue, 12 Aug 2014 14:39:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHGyo-00023I-Iv for qemu-devel@nongnu.org; Tue, 12 Aug 2014 14:39:30 -0400 Date: Tue, 12 Aug 2014 19:39:22 +0100 From: "Richard W.M. Jones" Message-ID: <20140812183921.GG14001@redhat.com> References: <53EA1541.50500@redhat.com> <53EA1FBB.2000909@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <53EA1FBB.2000909@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] disk image: self-organized format or raw file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: =?utf-8?B?5ZC05YW05Y2a?= , qemu-devel@nongnu.org, Kirill Batuzov On Tue, Aug 12, 2014 at 08:07:55AM -0600, Eric Blake wrote: > On 08/12/2014 07:45 AM, =E5=90=B4=E5=85=B4=E5=8D=9A wrote: >=20 > [please don't top-post on technical lists] >=20 > > Thanks for your information. It's really helpful. > > I think adding a bitmap alongside the raw file ( or just within that = file) >=20 > Umm, how do you propose to add a bitmap within a raw file? The moment > the file contains metadata, it is no longer raw, but some other format. > You'd need a way to reliably delineate the portion of the file that > contains the bitmap and therefore must not be exposed to the guest. There was an MSFT format where they used raw but added metadata after the end of the raw file data. https://en.wikipedia.org/wiki/VHD_%28file_format%29 This is crazy BTW - I'm not advocating we do it :-) Rich. --=20 Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rj= ones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html