From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOmCp-000813-Cx for qemu-devel@nongnu.org; Wed, 25 Sep 2013 06:20:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOmCj-0000yo-Ar for qemu-devel@nongnu.org; Wed, 25 Sep 2013 06:20:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOmCj-0000wR-3P for qemu-devel@nongnu.org; Wed, 25 Sep 2013 06:20:21 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8PAKGF4004586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Sep 2013 06:20:17 -0400 Date: Wed, 25 Sep 2013 12:20:09 +0200 From: Kevin Wolf Message-ID: <20130925102009.GC2898@dhcp-200-207.str.redhat.com> References: <1379990464-2721-1-git-send-email-famz@redhat.com> <1380102351-11428-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1380102351-11428-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 0/2] Fix and add test into 059. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 25.09.2013 um 11:45 hat Fam Zheng geschrieben: > The first fixes 059 to follow latest error message change in block layer. > > The second adds a test for monolithiFlat vmdk. > > v4: Bigger image size to catch the cluster size checking issue. > v3: filter test dir in script and output file. > v2: Drop space changes > > > Fam Zheng (2): > qemu-iotests: fix test case 059 > qemu-iotests: add monolithicFlat creation test to 059 > > tests/qemu-iotests/059 | 5 +++++ > tests/qemu-iotests/059.out | 13 ++++++++++--- > 2 files changed, 15 insertions(+), 3 deletions(-) Thanks applied the vmdk patch and this series to the block branch. Kevin