Re: [PATCH v2] qapi: Allow getting flat output from 'query-named-block-nodes'

2020-02-07 Thread Max Reitz
On 20.01.20 09:50, Peter Krempa wrote: > When a management application manages node names there's no reason to > recurse into backing images in the output of query-named-block-nodes. > > Add a parameter to the command which will return just the top level > structs. > > Signed-off-by: Peter

Re: [PATCH v2] qapi: Allow getting flat output from 'query-named-block-nodes'

2020-01-20 Thread Eric Blake
On 1/20/20 2:50 AM, Peter Krempa wrote: When a management application manages node names there's no reason to recurse into backing images in the output of query-named-block-nodes. Add a parameter to the command which will return just the top level structs. Signed-off-by: Peter Krempa ---

[PATCH v2] qapi: Allow getting flat output from 'query-named-block-nodes'

2020-01-20 Thread Peter Krempa
When a management application manages node names there's no reason to recurse into backing images in the output of query-named-block-nodes. Add a parameter to the command which will return just the top level structs. Signed-off-by: Peter Krempa --- Diff to v1: - rewrote setting of