[Qemu-devel] [PATCH 0/2] iotests: trivial fixups

John Snow posted 2 patches 6 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170427205100.9505-1-jsnow@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
tests/qemu-iotests/common | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH 0/2] iotests: trivial fixups
Posted by John Snow 6 years, 12 months ago
Excised from an old patchset from 2015, just a couple of touchups.

John Snow (2):
  iotests: clarify help text
  iotests: fix exclusion option

 tests/qemu-iotests/common | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PATCH 0/2] iotests: trivial fixups
Posted by Eric Blake 6 years, 12 months ago
On 04/27/2017 03:50 PM, John Snow wrote:
> Excised from an old patchset from 2015, just a couple of touchups.
> 
> John Snow (2):
>   iotests: clarify help text
>   iotests: fix exclusion option

Reviewed-by: Eric Blake <eblake@redhat.com>

[eww - we were really using 'ls' instead of 'echo' to expand a glob?
Your patch to switch to 'awk' is indeed nicer]

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PATCH 0/2] iotests: trivial fixups
Posted by Max Reitz 6 years, 11 months ago
On 27.04.2017 22:50, John Snow wrote:
> Excised from an old patchset from 2015, just a couple of touchups.
> 
> John Snow (2):
>   iotests: clarify help text
>   iotests: fix exclusion option
> 
>  tests/qemu-iotests/common | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)

Thanks, applied to my block tree:

https://github.com/XanClic/qemu/commits/block

Max