From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwAQx-0005PG-7d for qemu-devel@nongnu.org; Wed, 03 Dec 2014 08:57:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwAQp-0003au-S2 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 08:57:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwAQp-0003ao-Dp for qemu-devel@nongnu.org; Wed, 03 Dec 2014 08:57:27 -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 sB3DvP0D030835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 3 Dec 2014 08:57:26 -0500 From: Max Reitz Date: Wed, 3 Dec 2014 14:57:21 +0100 Message-Id: <1417615043-26174-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH v2 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. v2: - Patch 1: Only error out if the extent file name is not absolute [Kevin] - Patch 2: Because I changed the error message in patch 1, the test output needs to be amended accordingly git-backport-diff against v1: Key: [----] : patches are identical [####] : number of functional differences between upstream/downstream patch [down] : patch is downstream-only The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively 001/2:[0018] [FC] 'vmdk: Fix error for JSON descriptor file names' 002/2:[0002] [FC] 'iotests: Add test for vmdk JSON file names' Max Reitz (2): vmdk: Fix error for JSON descriptor file names iotests: Add test for vmdk JSON file names block.c | 2 +- block/vmdk.c | 10 +++++++++- include/block/block.h | 1 + tests/qemu-iotests/059 | 6 ++++++ tests/qemu-iotests/059.out | 4 ++++ 5 files changed, 21 insertions(+), 2 deletions(-) -- 1.9.3