From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOIaJ-0008Uw-LM for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:42:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOIaD-0001bR-NG for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:42:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOIaD-0001bM-FC for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:42:37 -0400 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 r8O2gaSU024620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Sep 2013 22:42:36 -0400 From: Fam Zheng Date: Tue, 24 Sep 2013 10:42:29 +0800 Message-Id: <1379990551-2840-1-git-send-email-famz@redhat.com> In-Reply-To: <1379927909-32609-1-git-send-email-famz@redhat.com> References: <1379927909-32609-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] Fix and add test into 059. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com The first fixes 059 to follow latest error message change in block layer. The second adds a test for monolithiFlat vmdk. 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 | 19 +++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) -- 1.8.3.1