From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlCKI-0006pc-PR for qemu-devel@nongnu.org; Tue, 26 Nov 2013 01:40:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlCKC-0001J5-K4 for qemu-devel@nongnu.org; Tue, 26 Nov 2013 01:40:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlCKC-0001J1-2k for qemu-devel@nongnu.org; Tue, 26 Nov 2013 01:40:44 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAQ6ehUm015956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 26 Nov 2013 01:40:43 -0500 From: Fam Zheng Date: Tue, 26 Nov 2013 14:40:31 +0800 Message-Id: <1385448034-28702-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qemu-iotests: Improvements for vmdk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com Patch 1 and 2 add _unsupported_imgopts declaration for vmdk subformats, so the cases can be skipped if the subformat is not supported. Patch 3 adds clean up for vmdk extents. Fam Zheng (3): qemu-iotests: Introduce _unsupported_imgopts qemu-iotests: Add _unsupported_imgopts for vmdk subformats qemu-iotests: Clean up all extents for vmdk tests/qemu-iotests/017 | 1 + tests/qemu-iotests/018 | 1 + tests/qemu-iotests/019 | 3 +++ tests/qemu-iotests/020 | 3 +++ tests/qemu-iotests/034 | 3 +++ tests/qemu-iotests/037 | 3 +++ tests/qemu-iotests/059 | 3 +++ tests/qemu-iotests/063 | 3 +++ tests/qemu-iotests/069 | 1 + tests/qemu-iotests/common.rc | 28 +++++++++++++++++++++++++--- 10 files changed, 46 insertions(+), 3 deletions(-) -- 1.8.4.2