From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBmO6-0001uT-40 for qemu-devel@nongnu.org; Mon, 18 Apr 2011 07:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBmO1-0008Es-Vd for qemu-devel@nongnu.org; Mon, 18 Apr 2011 07:13:02 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:36689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBmO1-0008En-QW for qemu-devel@nongnu.org; Mon, 18 Apr 2011 07:12:57 -0400 Received: by gxk26 with SMTP id 26so2103282gxk.4 for ; Mon, 18 Apr 2011 04:12:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110418110351.GA27395@amd.home.annexia.org> References: <20110418110351.GA27395@amd.home.annexia.org> Date: Mon, 18 Apr 2011 12:12:56 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Enhancing qemu-img convert format compatibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: Kevin Wolf , mdbooth@redhat.com, qemu-devel , kvm On Mon, Apr 18, 2011 at 12:03 PM, Richard W.M. Jones wr= ote: > On Mon, Apr 18, 2011 at 11:18:42AM +0100, Stefan Hajnoczi wrote: >> qemu-img is a pretty good Rosetta stone for image formats but it is >> missing support some format versions. =A0In order to bring qemu-img >> up-to-date with the latest disk image formats we will need to find >> specific image files and/or software versions that produce image files >> that qemu-img cannot understand today. >> >> If you have image files that qemu-img is unable to manipulate, please >> respond with details of the software and version used to produce the >> image. =A0If possible please include a link to a small example image >> file. > > Stefan, > > We found that using the vSphere 4.x "Export to OVF" option would > produce a VMDK file that qemu-img could not convert to raw. Excellent, thanks for sharing this. I hope we can build a picture of where there is missing support and address this in the "Improved Image Format Compatiblity" project for Google Summer of Code: http://wiki.qemu.org/Google_Summer_of_Code_2011#Improved_image_format_compa= tibility Stefan