Modifying BDRVVmdkState
The new state structure looks like:
Read on →The new state structure looks like:
Read on →A short test script is built to check weather qemu-img converts from/to vmdk works. Just convert a raw image to vmdk and convert it back to raw, then compare the two raw images, to verify that they are identical.
Read on →Adding monolithic flat format support into vmdk driver, probe is the simplest and very first point.
Read on →Today is the first day of GSoC 2011. I’m starting working on improving VMDK support of QEMU block driver. The most important thing before I can code is to understand well how QEMU block driver works. So here a very basic description of QEMU block driver code structure is given.
Read on →