[Qemu-devel] [PATCH v2 0/2] iotests: blacklist bochs and cloop for 205 and 208

Vladimir Sementsov-Ogievskiy posted 2 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180409114418.16615-1-vsementsov@virtuozzo.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
tests/qemu-iotests/205        |  2 +-
tests/qemu-iotests/208        |  2 ++
tests/qemu-iotests/iotests.py | 14 +++++++++++---
3 files changed, 14 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH v2 0/2] iotests: blacklist bochs and cloop for 205 and 208
Posted by Vladimir Sementsov-Ogievskiy 6 years ago
v2: move from unsupported_fmts to support "generic", like in bash tests.

Vladimir Sementsov-Ogievskiy (2):
  iotests.py: improve verify_image_format helper
  iotests: blacklist bochs and cloop for 205 and 208

 tests/qemu-iotests/205        |  2 +-
 tests/qemu-iotests/208        |  2 ++
 tests/qemu-iotests/iotests.py | 14 +++++++++++---
 3 files changed, 14 insertions(+), 4 deletions(-)

-- 
2.11.1


Re: [Qemu-devel] [PATCH v2 0/2] iotests: blacklist bochs and cloop for 205 and 208
Posted by Kevin Wolf 6 years ago
Am 09.04.2018 um 13:44 hat Vladimir Sementsov-Ogievskiy geschrieben:
> v2: move from unsupported_fmts to support "generic", like in bash tests.

Thanks, applied to the block branch.

Kevin