From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUvX8-0006Es-Qv for qemu-devel@nongnu.org; Thu, 06 Dec 2018 10:25:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUvLR-0001r0-P4 for qemu-devel@nongnu.org; Thu, 06 Dec 2018 10:13:46 -0500 From: Kevin Wolf Date: Thu, 6 Dec 2018 16:13:00 +0100 Message-Id: <20181206151304.8388-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 0/4] vmdk: Implement blockdev-create List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, mreitz@redhat.com, armbru@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org 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 --=20 2.19.2