Re: [Qemu-devel] VHDX support

2012-11-09 Thread Mario Premke

Is anyone currently working on VHDX (as opposed to VHD) support, as used
by the most recent version of Hyper-V? If not, would you be interested
in patches?


I'm not aware of anyone working on it yet. Patches are welcome, of course.

Kevin


VHDX conversion seems to work already with qemu-img 1.1.1.
I have a VHDX image, changed the file ending to vhd and tried:

qemu-img convert -O raw WinXP.vhd test.raw

There were no errors or any other output, then to my astonishment:

qemu-kvm -hda test.raw 

... booted the old image on the spot.

Is it possible that the changes from vhd to vhdx are transparent to 
qemu-img?


Regards,
Mario 





Re: [Qemu-devel] VHDX support

2012-08-31 Thread Kevin Wolf
Am 30.08.2012 09:36, schrieb Alex Bligh:
 Is anyone currently working on VHDX (as opposed to VHD) support, as used
 by the most recent version of Hyper-V? If not, would you be interested
 in patches?

I'm not aware of anyone working on it yet. Patches are welcome, of course.

Kevin



[Qemu-devel] VHDX support

2012-08-30 Thread Alex Bligh

Is anyone currently working on VHDX (as opposed to VHD) support, as used
by the most recent version of Hyper-V? If not, would you be interested
in patches?

File format at:
http://www.microsoft.com/en-us/download/details.aspx?id=29681
(Word format, sadly)

--
Alex Bligh