Re: [Qemu-devel] [PATCH v11 07/31] iotests.py: Add node_info()

2018-11-14 Thread Eric Blake
On 10/5/18 6:39 PM, Max Reitz wrote: This function queries a node; since we cannot do that right now, it executes query-named-block-nodes and returns the matching node's object. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 7 +++ 1 file changed, 7 insertions(+) Reviewe

Re: [Qemu-devel] [PATCH v11 07/31] iotests.py: Add node_info()

2018-10-09 Thread Alberto Garcia
On Sat 06 Oct 2018 01:39:59 AM CEST, Max Reitz wrote: > This function queries a node; since we cannot do that right now, it > executes query-named-block-nodes and returns the matching node's object. > > Signed-off-by: Max Reitz > --- Reviewed-by: Alberto Garcia Berto

[Qemu-devel] [PATCH v11 07/31] iotests.py: Add node_info()

2018-10-05 Thread Max Reitz
This function queries a node; since we cannot do that right now, it executes query-named-block-nodes and returns the matching node's object. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tests/qemu-iotests/iotests.py b/tests