From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38221 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7UJ8-0006k1-QL for qemu-devel@nongnu.org; Wed, 06 Apr 2011 11:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7UJ6-0006rx-NL for qemu-devel@nongnu.org; Wed, 06 Apr 2011 11:06:10 -0400 Received: from verein.lst.de ([213.95.11.211]:45842 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7UJ6-0006rX-Hd for qemu-devel@nongnu.org; Wed, 06 Apr 2011 11:06:08 -0400 Date: Wed, 6 Apr 2011 17:06:06 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] GSoC - QCOW2 <-> QED image converter Message-ID: <20110406150606.GA28955@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Lyu Mitnick , qemu-devel@nongnu.org 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.