[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 8/9] block: Don't return throttling info in quer
From: |
Max Reitz |
Subject: |
Re: [Qemu-devel] [PATCH 8/9] block: Don't return throttling info in query-named-block-nodes |
Date: |
Tue, 29 Mar 2016 20:53:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 |
On 22.03.2016 20:36, Kevin Wolf wrote:
> query-named-block-nodes should not return information that is related
> to the attached BlockBackend rather than the node itself, so throttling
> information needs to be removed from it.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
> block/qapi.c | 6 +++---
> tests/qemu-iotests/096 | 3 ++-
> 2 files changed, 5 insertions(+), 4 deletions(-)
Test 096 actually appears a bit boring now, which I think is a good
sign. :-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH 2/9] block: User BdrvChild callback for device name, (continued)
- [Qemu-devel] [PATCH 1/9] block: Use BdrvChild callbacks for change_media/resize, Kevin Wolf, 2016/03/22
- [Qemu-devel] [PATCH 5/9] block: Avoid BDS.blk in bdrv_next(), Kevin Wolf, 2016/03/22
- [Qemu-devel] [PATCH 6/9] block: Remove bdrv_move_feature_fields(), Kevin Wolf, 2016/03/22
- [Qemu-devel] [PATCH 3/9] block jobs: Use BdrvChild callbacks for iostatus operations, Kevin Wolf, 2016/03/22
- [Qemu-devel] [PATCH 8/9] block: Don't return throttling info in query-named-block-nodes, Kevin Wolf, 2016/03/22
- Re: [Qemu-devel] [PATCH 8/9] block: Don't return throttling info in query-named-block-nodes,
Max Reitz <=
- [Qemu-devel] [PATCH 7/9] block: Avoid bs->blk in bdrv_next(), Kevin Wolf, 2016/03/22
- [Qemu-devel] [PATCH 4/9] block: Remove bdrv_aio_multiwrite(), Kevin Wolf, 2016/03/22
- [Qemu-devel] [PATCH 9/9] block: Remove BlockDriverState.blk, Kevin Wolf, 2016/03/22
- Re: [Qemu-devel] [PATCH 0/9] block: Remove BlockDriverState.blk, Paolo Bonzini, 2016/03/22