[Qemu-devel] [PATCH 0/7] vmdk: Misc fixes

Max Reitz posted 7 patches 4 years, 9 months ago
Test s390x passed
Test asan passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190725155735.11872-1-mreitz@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Fam Zheng <fam@euphon.net>, Max Reitz <mreitz@redhat.com>
There is a newer version of this series
block/vmdk.c                     | 64 ++++++++++++++++++++++----------
tests/qemu-iotests/002           |  1 +
tests/qemu-iotests/003           |  1 +
tests/qemu-iotests/005           |  3 +-
tests/qemu-iotests/009           |  1 +
tests/qemu-iotests/010           |  1 +
tests/qemu-iotests/011           |  1 +
tests/qemu-iotests/017           |  3 +-
tests/qemu-iotests/018           |  3 +-
tests/qemu-iotests/019           |  3 +-
tests/qemu-iotests/020           |  3 +-
tests/qemu-iotests/027           |  1 +
tests/qemu-iotests/032           |  1 +
tests/qemu-iotests/033           |  1 +
tests/qemu-iotests/034           |  3 +-
tests/qemu-iotests/037           |  3 +-
tests/qemu-iotests/059           | 34 ++++++++++++++++-
tests/qemu-iotests/059.out       | 24 +++++++-----
tests/qemu-iotests/063           |  3 +-
tests/qemu-iotests/072           |  1 +
tests/qemu-iotests/105           |  3 +-
tests/qemu-iotests/110           |  3 +-
tests/qemu-iotests/126           |  6 +++
tests/qemu-iotests/197           |  1 +
tests/qemu-iotests/215           |  1 +
tests/qemu-iotests/251           |  1 +
tests/qemu-iotests/common.filter |  4 +-
27 files changed, 131 insertions(+), 43 deletions(-)
[Qemu-devel] [PATCH 0/7] vmdk: Misc fixes
Posted by Max Reitz 4 years, 9 months ago
I made the mistake of trying to run the iotests with all non-default
subformats our vmdk driver has to offer:
- monolithicFlat
- twoGbMaxExtentSparse
- twoGbMaxExtentFlat
- streamOptimized

Many things broke, so this series fixes what I found.  It’s mostly just
iotest fixes, but there are actually two real fixes in here.


Max Reitz (7):
  iotests: Fix _filter_img_create()
  vmdk: Use bdrv_dirname() for relative extent paths
  iotests: Keep testing broken relative extent paths
  vmdk: Reject invalid compressed writes
  iotests: Disable broken streamOptimized tests
  iotests: Disable 110 for vmdk.twoGbMaxExtentSparse
  iotests: Disable 126 for some vmdk subformats

 block/vmdk.c                     | 64 ++++++++++++++++++++++----------
 tests/qemu-iotests/002           |  1 +
 tests/qemu-iotests/003           |  1 +
 tests/qemu-iotests/005           |  3 +-
 tests/qemu-iotests/009           |  1 +
 tests/qemu-iotests/010           |  1 +
 tests/qemu-iotests/011           |  1 +
 tests/qemu-iotests/017           |  3 +-
 tests/qemu-iotests/018           |  3 +-
 tests/qemu-iotests/019           |  3 +-
 tests/qemu-iotests/020           |  3 +-
 tests/qemu-iotests/027           |  1 +
 tests/qemu-iotests/032           |  1 +
 tests/qemu-iotests/033           |  1 +
 tests/qemu-iotests/034           |  3 +-
 tests/qemu-iotests/037           |  3 +-
 tests/qemu-iotests/059           | 34 ++++++++++++++++-
 tests/qemu-iotests/059.out       | 24 +++++++-----
 tests/qemu-iotests/063           |  3 +-
 tests/qemu-iotests/072           |  1 +
 tests/qemu-iotests/105           |  3 +-
 tests/qemu-iotests/110           |  3 +-
 tests/qemu-iotests/126           |  6 +++
 tests/qemu-iotests/197           |  1 +
 tests/qemu-iotests/215           |  1 +
 tests/qemu-iotests/251           |  1 +
 tests/qemu-iotests/common.filter |  4 +-
 27 files changed, 131 insertions(+), 43 deletions(-)

-- 
2.21.0