Re: [Qemu-block] [PATCH v5 05/42] block: Add chain helper functions

2019-06-13 Thread Vladimir Sementsov-Ogievskiy
13.06.2019 15:33, Max Reitz wrote: > On 13.06.19 14:26, Vladimir Sementsov-Ogievskiy wrote: >> 13.06.2019 1:09, Max Reitz wrote: >>> Add some helper functions for skipping filters in a chain of block >>> nodes. >>> >>> Signed-off-by: Max Reitz >>> --- >>>include/block/block_int.h | 3 +++ >>>

Re: [Qemu-block] [PATCH v5 05/42] block: Add chain helper functions

2019-06-13 Thread Max Reitz
On 13.06.19 14:26, Vladimir Sementsov-Ogievskiy wrote: > 13.06.2019 1:09, Max Reitz wrote: >> Add some helper functions for skipping filters in a chain of block >> nodes. >> >> Signed-off-by: Max Reitz >> --- >> include/block/block_int.h | 3 +++ >> block.c | 55 +

Re: [Qemu-block] [PATCH v5 05/42] block: Add chain helper functions

2019-06-13 Thread Vladimir Sementsov-Ogievskiy
13.06.2019 1:09, Max Reitz wrote: > Add some helper functions for skipping filters in a chain of block > nodes. > > Signed-off-by: Max Reitz > --- > include/block/block_int.h | 3 +++ > block.c | 55 +++ > 2 files changed, 58 insertions(+

[Qemu-block] [PATCH v5 05/42] block: Add chain helper functions

2019-06-12 Thread Max Reitz
Add some helper functions for skipping filters in a chain of block nodes. Signed-off-by: Max Reitz --- include/block/block_int.h | 3 +++ block.c | 55 +++ 2 files changed, 58 insertions(+) diff --git a/include/block/block_int.h b/include/b