Re: [Qemu-devel] [PATCH v4 03/11] block: Storage child access function

2019-05-28 Thread Max Reitz
On 20.05.19 12:41, Vladimir Sementsov-Ogievskiy wrote: > 10.04.2019 23:20, Max Reitz wrote: >> For completeness' sake, add a function for accessing a node's storage >> child, too. For filters, this is their filtered child; for non-filters, >> this is bs->file. >> >> Some places are deliberately le

Re: [Qemu-devel] [PATCH v4 03/11] block: Storage child access function

2019-05-20 Thread Vladimir Sementsov-Ogievskiy
10.04.2019 23:20, Max Reitz wrote: > For completeness' sake, add a function for accessing a node's storage > child, too. For filters, this is their filtered child; for non-filters, > this is bs->file. > > Some places are deliberately left unconverted: > - BDS opening/closing functions where bs->f

[Qemu-devel] [PATCH v4 03/11] block: Storage child access function

2019-04-10 Thread Max Reitz
For completeness' sake, add a function for accessing a node's storage child, too. For filters, this is their filtered child; for non-filters, this is bs->file. Some places are deliberately left unconverted: - BDS opening/closing functions where bs->file is handled specially (which is basically