Re: [PATCH v7 17/47] block: Re-evaluate backing file handling in reopen

2020-07-16 Thread Max Reitz
On 10.07.20 21:42, Andrey Shinkevich wrote: > On 25.06.2020 18:21, Max Reitz wrote: >> Reopening a node's backing child needs a bit of special handling because >> the "backing" child has different defaults than all other children >> (among other things).  Adding filter support here is a bit more >>

Re: [PATCH v7 17/47] block: Re-evaluate backing file handling in reopen

2020-07-10 Thread Andrey Shinkevich
On 25.06.2020 18:21, Max Reitz wrote: Reopening a node's backing child needs a bit of special handling because the "backing" child has different defaults than all other children (among other things). Adding filter support here is a bit more difficult than just using the child access functions.

[PATCH v7 17/47] block: Re-evaluate backing file handling in reopen

2020-06-25 Thread Max Reitz
Reopening a node's backing child needs a bit of special handling because the "backing" child has different defaults than all other children (among other things). Adding filter support here is a bit more difficult than just using the child access functions. In fact, we often have to directly use b