qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] GSoC: Improved image format compatibility


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] GSoC: Improved image format compatibility
Date: Wed, 30 Mar 2011 09:32:19 +0100

On Wed, Mar 30, 2011 at 5:50 AM, Stefan Weil <address@hidden> wrote:
> 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.

However, it is possible that vpc/vhd has new features that are not yet
supported in QEMU.  There is a listed project idea for updating image
formats on the GSoC wiki page:

http://wiki.qemu.org/Google_Summer_of_Code_2011#Improved_image_format_compatibility

You could assess QEMU's implementation in block/vpc.c and compare
against the latest public file format specification:

http://en.wikipedia.org/wiki/VHD_(file_format)

If you find there are new features or format changes that are not yet
supported in QEMU, this might make a good "Improved image format
compatibility" GSoC project.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]