[Qemu-devel] [PATCH v3 01/12] block: Mark commit and mirror as filter drivers

2019-02-13 Thread Max Reitz
The commit and mirror block nodes are filters, so they should be marked as such. Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia --- block/commit.c | 2 ++ block/mirror.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/block/commit.c b/block/commit.c index 2b876bf6e9..87d0b208ea 100

Re: [Qemu-devel] [PATCH v3 01/12] block: Mark commit and mirror as filter drivers

2019-04-01 Thread Max Reitz
On 19.03.19 14:16, Kevin Wolf wrote: > Am 13.02.2019 um 23:53 hat Max Reitz geschrieben: >> The commit and mirror block nodes are filters, so they should be marked >> as such. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Alberto Garcia > > Then we need to update the definition of a filter: >

Re: [Qemu-devel] [PATCH v3 01/12] block: Mark commit and mirror as filter drivers

2019-03-19 Thread Kevin Wolf
Am 13.02.2019 um 23:53 hat Max Reitz geschrieben: > The commit and mirror block nodes are filters, so they should be marked > as such. > > Signed-off-by: Max Reitz > Reviewed-by: Alberto Garcia Then we need to update the definition of a filter: /* set to true if the BlockDriver is a block

Re: [Qemu-devel] [PATCH v3 01/12] block: Mark commit and mirror as filter drivers

2019-02-13 Thread Eric Blake
On 2/13/19 4:53 PM, Max Reitz wrote: > The commit and mirror block nodes are filters, so they should be marked > as such. > > Signed-off-by: Max Reitz > Reviewed-by: Alberto Garcia > --- > block/commit.c | 2 ++ > block/mirror.c | 2 ++ > 2 files changed, 4 insertions(+) Reviewed-by: Eric Blak

Re: [Qemu-devel] [PATCH v3 01/12] block: Mark commit and mirror as filter drivers

2019-02-15 Thread Max Reitz
On 14.02.19 00:24, Eric Blake wrote: > On 2/13/19 4:53 PM, Max Reitz wrote: >> The commit and mirror block nodes are filters, so they should be marked >> as such. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Alberto Garcia >> --- >> block/commit.c | 2 ++ >> block/mirror.c | 2 ++ >> 2 files c