Re: [Qemu-devel] [PATCH v7 1/9] mirror: inherit supported write/zero flags

2018-01-31 Thread Max Reitz
On 2018-01-30 13:15, Anton Nefedov wrote: > > > On 29/1/2018 10:26 PM, Eric Blake wrote: >> On 01/29/2018 01:21 PM, Max Reitz wrote: >>> On 2018-01-18 18:48, Anton Nefedov wrote: Signed-off-by: Anton Nefedov Reviewed-by: Eric Blake Reviewed-by: Alberto Garcia ---   blo

Re: [Qemu-devel] [PATCH v7 1/9] mirror: inherit supported write/zero flags

2018-01-30 Thread Eric Blake
On 01/30/2018 06:15 AM, Anton Nefedov wrote: @@ -1064,6 +1064,11 @@ static void bdrv_mirror_top_refresh_filename(BlockDriverState *bs, QDict *opts)   bdrv_refresh_filename(bs->backing->bs);   pstrcpy(bs->exact_filename, sizeof(bs->exact_filename),   bs-

Re: [Qemu-devel] [PATCH v7 1/9] mirror: inherit supported write/zero flags

2018-01-30 Thread Anton Nefedov
On 29/1/2018 10:26 PM, Eric Blake wrote: On 01/29/2018 01:21 PM, Max Reitz wrote: On 2018-01-18 18:48, Anton Nefedov wrote: Signed-off-by: Anton Nefedov Reviewed-by: Eric Blake Reviewed-by: Alberto Garcia --- block/mirror.c | 5 + 1 file changed, 5 insertions(+) diff --git a/block/

Re: [Qemu-devel] [PATCH v7 1/9] mirror: inherit supported write/zero flags

2018-01-29 Thread Eric Blake
On 01/29/2018 01:21 PM, Max Reitz wrote: > On 2018-01-18 18:48, Anton Nefedov wrote: >> Signed-off-by: Anton Nefedov >> Reviewed-by: Eric Blake >> Reviewed-by: Alberto Garcia >> --- >> block/mirror.c | 5 + >> 1 file changed, 5 insertions(+) >> >> diff --git a/block/mirror.c b/block/mirror.

Re: [Qemu-devel] [PATCH v7 1/9] mirror: inherit supported write/zero flags

2018-01-29 Thread Max Reitz
On 2018-01-18 18:48, Anton Nefedov wrote: > Signed-off-by: Anton Nefedov > Reviewed-by: Eric Blake > Reviewed-by: Alberto Garcia > --- > block/mirror.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/block/mirror.c b/block/mirror.c > index c9badc1..d18ec65 100644 > --- a/block/mi

[Qemu-devel] [PATCH v7 1/9] mirror: inherit supported write/zero flags

2018-01-18 Thread Anton Nefedov
Signed-off-by: Anton Nefedov Reviewed-by: Eric Blake Reviewed-by: Alberto Garcia --- block/mirror.c | 5 + 1 file changed, 5 insertions(+) diff --git a/block/mirror.c b/block/mirror.c index c9badc1..d18ec65 100644 --- a/block/mirror.c +++ b/block/mirror.c @@ -1064,6 +1064,11 @@ static void