On 2014-10-25 at 18:55, Peter Lieven wrote:
Signed-off-by: Peter Lieven <p...@kamp.de>
---
tests/qemu-iotests/109 | 113 ++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/109.out | 68 ++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
3 files changed, 182 insertions(+)
create mode 100755 tests/qemu-iotests/109
create mode 100644 tests/qemu-iotests/109.out
First:
Reviewed-by: Max Reitz <mre...@redhat.com>
Second: Why are you using query-block at all? Just give both the format
and the protocol BDS a (different) node name and you could use only
query-named-block-nodes.
Max