[Qemu-devel] [PATCH 0/2] qemu-iotest tweaks

Jeff Cody posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1487088544.git.jcody@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
tests/qemu-iotests/137       |  2 +-
tests/qemu-iotests/common.rc | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/2] qemu-iotest tweaks
Posted by Jeff Cody 7 years, 1 month ago
Some minor qemu-iotest tweaks.

The second patch makes it easier to add some upcoming protocols such as VXHS,
that do not support .bdrv_create.

Jeff Cody (2):
  qemu-iotests: Test 137 only supports 'file' protocol
  qemu-iotests: add ability to exclude certain protocols from tests

 tests/qemu-iotests/137       |  2 +-
 tests/qemu-iotests/common.rc | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.9.3


Re: [Qemu-devel] [PATCH 0/2] qemu-iotest tweaks
Posted by Kevin Wolf 7 years, 1 month ago
Am 14.02.2017 um 17:21 hat Jeff Cody geschrieben:
> Some minor qemu-iotest tweaks.
> 
> The second patch makes it easier to add some upcoming protocols such as VXHS,
> that do not support .bdrv_create.

Thanks, applied to the block branch.

Kevin