From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua17D-0000iz-HL for qemu-devel@nongnu.org; Wed, 08 May 2013 05:56:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua17C-0001DL-69 for qemu-devel@nongnu.org; Wed, 08 May 2013 05:56:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua17B-0001D1-V6 for qemu-devel@nongnu.org; Wed, 08 May 2013 05:56:50 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r489unCs020463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 May 2013 05:56:49 -0400 Date: Wed, 8 May 2013 11:56:47 +0200 From: Kevin Wolf Message-ID: <20130508095647.GE3093@dhcp-200-207.str.redhat.com> References: <1367925185-12988-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1367925185-12988-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] qemu-iotests: fix for vmdk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 07.05.2013 um 13:13 hat Fam Zheng geschrieben: > When testing vmdk, qemu-iotests fails on 017, 018, 042 and 043 for trivial > reasons. These patches try to fix those cases to pass tests on all four > subformats of vmdk {monolithicSparse monolithicFlat twoGbMaxExtentSparse > twoGbMaxExtentFlat}. > > Fam Zheng (3): > qemu-iotests: exclude vmdk for test 042 > qemu-iotests: exclude vmdk from 043 > qemu-iotests: fix 017 018 for vmdk Thanks, applied all to the block branch. I extended patch 2 to also remove qcow1, which doesn't support changing the backing file either. Kevin