I picked up the patch series from Fam and rebased it to current master (which involved a major rework on the test case) and tried to address Markus' review comments for v2. I did not do any further review of the actual code, but it passes the tests, so I guess having it in tree is better than continuing to let it bitrot.
Fam Zheng (3): vmdk: Refactor vmdk_create_extent vmdk: Implement .bdrv_co_create callback iotests: Filter cid numbers in VMDK extent info Kevin Wolf (1): iotests: Add VMDK tests for blockdev-create qapi/block-core.json | 70 +++++ qapi/qapi-schema.json | 1 + block/vmdk.c | 519 ++++++++++++++++++++++--------- tests/qemu-iotests/237 | 201 ++++++++++++ tests/qemu-iotests/237.out | 309 ++++++++++++++++++ tests/qemu-iotests/common.filter | 1 + tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 1 + 8 files changed, 951 insertions(+), 152 deletions(-) create mode 100755 tests/qemu-iotests/237 create mode 100644 tests/qemu-iotests/237.out -- 2.19.2