Re: [PATCH v2] block: include child references in block device info

2025-07-02 Thread Kevin Wolf
Am 02.07.2025 um 11:39 hat Fiona Ebner geschrieben: > Am 02.07.25 um 11:13 schrieb Kevin Wolf: > > Am 01.07.2025 um 18:21 hat Fiona Ebner geschrieben: > >> +## > >> +# @BlockdevChild: > >> +# > >> +# @child: The name of the child, for example 'file' or 'backing'. > >> +# > >> +# @node-name: The nam

Re: [PATCH v2] block: include child references in block device info

2025-07-02 Thread Fiona Ebner
Am 02.07.25 um 11:13 schrieb Kevin Wolf: > Am 01.07.2025 um 18:21 hat Fiona Ebner geschrieben: >> +## >> +# @BlockdevChild: >> +# >> +# @child: The name of the child, for example 'file' or 'backing'. >> +# >> +# @node-name: The name of the child's block driver node. >> +# >> +# Since: 10.1 >> +## >

Re: [PATCH v2] block: include child references in block device info

2025-07-02 Thread Kevin Wolf
Am 01.07.2025 um 18:21 hat Fiona Ebner geschrieben: > In combination with using a throttle filter to enforce IO limits for > a guest device, knowing the 'file' child of a block device can be > useful. If the throttle filter is only intended for guest IO, block > jobs should not also be limited by t

[PATCH v2] block: include child references in block device info

2025-07-01 Thread Fiona Ebner
In combination with using a throttle filter to enforce IO limits for a guest device, knowing the 'file' child of a block device can be useful. If the throttle filter is only intended for guest IO, block jobs should not also be limited by the throttle filter, so the block operations need to be done