Re: [Qemu-devel] [PATCH v6 24/42] block: Use child access functions for QAPI queries

2019-08-10 Thread Vladimir Sementsov-Ogievskiy
09.08.2019 19:13, 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, a

[Qemu-devel] [PATCH v6 24/42] block: Use child access functions for QAPI queries

2019-08-09 Thread Max Reitz
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 backi