On 25.06.2020 18:21, Max Reitz wrote:
query-block, query-named-block-nodes, and query-blockstats now return
any filtered child under "backing", not just bs->backing or COW
children. This is so that filters do not interrupt the reported backing
chain. This changes the output for iotest 184, as the throttled node
now appears as a backing child.
Signed-off-by: Max Reitz <mre...@redhat.com>
---
block/qapi.c | 33 ++++++++++++++++++++-------------
tests/qemu-iotests/184.out | 8 +++++++-
2 files changed, 27 insertions(+), 14 deletions(-)
...
Reviewed-by: Andrey Shinkevich <andrey.shinkev...@virtuozzo.com>