Re: [PATCH v7 3/4] qapi: add filter-node-name to block-stream

2020-08-25 Thread Andrey Shinkevich
On 25.08.2020 09:37, Markus Armbruster wrote: Andrey Shinkevich writes: Provide the possibility to pass the 'filter-node-name' parameter to the block-stream job as it is done for the commit block job. Signed-off-by: Andrey Shinkevich Reviewed-by: Vladimir Sementsov-Ogievskiy [...] diff --

Re: [PATCH v7 3/4] qapi: add filter-node-name to block-stream

2020-08-24 Thread Markus Armbruster
Andrey Shinkevich writes: > Provide the possibility to pass the 'filter-node-name' parameter to the > block-stream job as it is done for the commit block job. > > Signed-off-by: Andrey Shinkevich > Reviewed-by: Vladimir Sementsov-Ogievskiy [...] > diff --git a/qapi/block-core.json b/qapi/block-

[PATCH v7 3/4] qapi: add filter-node-name to block-stream

2020-08-24 Thread Andrey Shinkevich
Provide the possibility to pass the 'filter-node-name' parameter to the block-stream job as it is done for the commit block job. Signed-off-by: Andrey Shinkevich Reviewed-by: Vladimir Sementsov-Ogievskiy --- block/monitor/block-hmp-cmds.c | 4 ++-- block/stream.c | 4 +++- block