From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw69i-0004Xe-VH for qemu-devel@nongnu.org; Wed, 03 Dec 2014 04:23:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xw69c-0008CI-7q for qemu-devel@nongnu.org; Wed, 03 Dec 2014 04:23:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw69b-0008CD-W5 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 04:23:24 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sB39NNhR025058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 3 Dec 2014 04:23:23 -0500 From: Max Reitz Date: Wed, 3 Dec 2014 10:23:19 +0100 Message-Id: <1417598601-18537-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] vmdk: Fix error for JSON descriptor file names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Fam Zheng , Stefan Hajnoczi , Max Reitz This series improves the error message emitted when a vmdk file has a JSON file name and the vmdk driver tries to read the extent files (which will not work), and adds an appropriate test case. This series depends on "[PATCH] iotests: Specify qcow2 format for qemu-io in 059". Max Reitz (2): vmdk: Fix error for JSON descriptor file names iotests: Add test for vmdk JSON file names block/vmdk.c | 9 ++++++++- tests/qemu-iotests/059 | 6 ++++++ tests/qemu-iotests/059.out | 4 ++++ 3 files changed, 18 insertions(+), 1 deletion(-) -- 1.9.3