If you've ever struggled with converting a vmdk disk format to qemu's qcow format you might have better luck now. One of the projects in last years Google Summer of Code program was to improve support for vmdk within qemu. The outcome of the Summer of Code project has already been merged with upstream qemu so it's available if you pull from git.

The qemu-img binary is responsible for disk management so if you would like to try the latest (unstable) vmdk support you can run the following commands to get it.
$ git clone git://git.qemu.org/qemu.git $ cd qemu $ ./configure $ make qemu-img
You can then use the qemu-img tool for managing your vmdk disk files.
So if you've given up on converting some old vmdk files, give it another try and please post feedback, comments or questions on your successes or failures.
Comments
This is great!!! Thank you so
Saturday, January 21, 2012 - 10:30 André (not verified)This is great!!! Thank you so much helping KVM becoming recognized as a serious virtualization environment!
I am eager to see KVM support for the Open Virtualization Format (OVF) to finally get compatible to the rest of the virtualization world.
Very useful information. I
Friday, January 27, 2012 - 20:26 Anonymous (not verified)Very useful information. I was very pleased. Thanks
Post new comment