qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] [PATCH v3 0/4] vmdk: Implement blockdev-create


From: Kevin Wolf
Subject: [Qemu-block] [PATCH v3 0/4] vmdk: Implement blockdev-create
Date: Thu, 6 Dec 2018 16:13:00 +0100

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




reply via email to

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