From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyeuT-0000PV-Mx for qemu-devel@nongnu.org; Thu, 02 Jan 2014 04:49:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyeuO-0007FI-Bf for qemu-devel@nongnu.org; Thu, 02 Jan 2014 04:49:49 -0500 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:32986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyeuO-0007FE-48 for qemu-devel@nongnu.org; Thu, 02 Jan 2014 04:49:44 -0500 Received: by mail-ea0-f179.google.com with SMTP id r15so6196594ead.38 for ; Thu, 02 Jan 2014 01:49:43 -0800 (PST) Date: Thu, 2 Jan 2014 17:49:34 +0800 From: Stefan Hajnoczi Message-ID: <20140102094934.GC4922@stefanha-thinkpad.redhat.com> References: <1385448034-28702-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385448034-28702-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] qemu-iotests: Improvements for vmdk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Tue, Nov 26, 2013 at 02:40:31PM +0800, Fam Zheng wrote: > 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(-) Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan