From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44655 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7V2K-0006gs-M5 for qemu-devel@nongnu.org; Wed, 06 Apr 2011 11:52:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7V2J-0004BD-DB for qemu-devel@nongnu.org; Wed, 06 Apr 2011 11:52:52 -0400 Received: from verein.lst.de ([213.95.11.211]:35759 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7V2J-0004B5-5h for qemu-devel@nongnu.org; Wed, 06 Apr 2011 11:52:51 -0400 Date: Wed, 6 Apr 2011 17:52:49 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] GSoC - QCOW2 <-> QED image converter Message-ID: <20110406155249.GA29963@lst.de> References: <20110406150606.GA28955@lst.de> <4D9C8391.102@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D9C8391.102@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Christoph Hellwig , Lyu Mitnick On Wed, Apr 06, 2011 at 05:15:29PM +0200, Kevin Wolf wrote: > Am 06.04.2011 17:06, schrieb Christoph Hellwig: > > On Wed, Apr 06, 2011 at 07:41:37AM +0100, Stefan Hajnoczi wrote: > >> Yes, split images are not supported by block/vpc.c. > > > > I'm working on that feature for vmdk right now, which is quite > > interesting as vmdk really is two different format both claiming > > to be vmdk, of which one is simply a text file telling how other > > vmdk images are glued together. > > Last time I checked the other one wasn't a single format either, but > rather something like ten different subformats. The binary vmdk files have a few different revisions too, yes. > Anyway, if you're working on split VMDK images, I should probably stop > advertising it as a GSoC project? I didn't know it was advertised, but there's indeed no need to duplicate the work.