From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOIYt-0007en-ID for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:41:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOIYn-00012j-Ev for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:41:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOIYn-00012f-73 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:41:09 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8O2f8fi018150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Sep 2013 22:41:08 -0400 From: Fam Zheng Date: Tue, 24 Sep 2013 10:41:02 +0800 Message-Id: <1379990464-2721-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 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, pbonzini@redhat.com, jcody@redhat.com, famz@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