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