From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40061 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4nMq-00047m-VU for qemu-devel@nongnu.org; Wed, 30 Mar 2011 00:50:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4nMp-0003Kl-LE for qemu-devel@nongnu.org; Wed, 30 Mar 2011 00:50:52 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:59455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4nMp-0003Jt-7z for qemu-devel@nongnu.org; Wed, 30 Mar 2011 00:50:51 -0400 Message-ID: <4D92B6A1.30405@mail.berlios.de> Date: Wed, 30 Mar 2011 06:50:41 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] GSoC: Improved image format compatibility References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lyu Mitnick Cc: qemu-devel@nongnu.org Am 29.03.2011 23:55, schrieb Lyu Mitnick: > Hello all, > > I have used QEMU to assist me developing embedded system for 3 years. And I > want to contribute to QEMU and participate Google Summer of Code this year. > I have port binutils so I have some experienced with binary format. I > noticed that there is no VHD support in qemu-img. A Virtual Hard Disk(VHD) > is a virtual hard disk file format used in Microsoft virtual PC, Hyper-V, > virtual box, xVM and Complete PC Backup of vista and windows 7. I want to > add support for VHD in GSoC. I am wondering whether this kind of idea is > valuable to QEMU?? Or any another topic related image format is valuable to > QEMU?? > > thanks > > Mitnick Hello Mitnick, QEMU (including qemu-img) already supports the format vpc. The code in block/vpc.c also uses the name vhd, so I think vpc == vhd. Regards Stefan