Re: [Qemu-block] [PATCH v5 14/42] block: Use CAFs when working with backing chains

2019-06-14 Thread Vladimir Sementsov-Ogievskiy
14.06.2019 19:02, Max Reitz wrote: > On 14.06.19 16:31, Vladimir Sementsov-Ogievskiy wrote: >> 14.06.2019 16:50, Max Reitz wrote: >>> On 14.06.19 15:26, Vladimir Sementsov-Ogievskiy wrote: 13.06.2019 1:09, Max Reitz wrote: > Use child access functions when iterating through backing chains

Re: [Qemu-block] [PATCH v5 14/42] block: Use CAFs when working with backing chains

2019-06-14 Thread Max Reitz
On 14.06.19 16:31, Vladimir Sementsov-Ogievskiy wrote: > 14.06.2019 16:50, Max Reitz wrote: >> On 14.06.19 15:26, Vladimir Sementsov-Ogievskiy wrote: >>> 13.06.2019 1:09, Max Reitz wrote: Use child access functions when iterating through backing chains so filters do not break the chain. >

Re: [Qemu-block] [PATCH v5 14/42] block: Use CAFs when working with backing chains

2019-06-14 Thread Vladimir Sementsov-Ogievskiy
14.06.2019 16:50, Max Reitz wrote: > On 14.06.19 15:26, Vladimir Sementsov-Ogievskiy wrote: >> 13.06.2019 1:09, Max Reitz wrote: >>> Use child access functions when iterating through backing chains so >>> filters do not break the chain. >>> >>> Signed-off-by: Max Reitz >>> --- >>>block.c | 40

Re: [Qemu-block] [PATCH v5 14/42] block: Use CAFs when working with backing chains

2019-06-14 Thread Max Reitz
On 14.06.19 15:26, Vladimir Sementsov-Ogievskiy wrote: > 13.06.2019 1:09, Max Reitz wrote: >> Use child access functions when iterating through backing chains so >> filters do not break the chain. >> >> Signed-off-by: Max Reitz >> --- >> block.c | 40 >>

Re: [Qemu-block] [PATCH v5 14/42] block: Use CAFs when working with backing chains

2019-06-14 Thread Vladimir Sementsov-Ogievskiy
13.06.2019 1:09, Max Reitz wrote: > Use child access functions when iterating through backing chains so > filters do not break the chain. > > Signed-off-by: Max Reitz > --- > block.c | 40 > 1 file changed, 28 insertions(+), 12 deletions(-) > > diff --

[Qemu-block] [PATCH v5 14/42] block: Use CAFs when working with backing chains

2019-06-12 Thread Max Reitz
Use child access functions when iterating through backing chains so filters do not break the chain. Signed-off-by: Max Reitz --- block.c | 40 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/block.c b/block.c index 11f37983d9..505b3e9a01 1