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

2018-12-12 Thread Vladimir Sementsov-Ogievskiy
03.12.2018 13:14, Anton Nefedov wrote: > Signed-off-by: Anton Nefedov Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

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

2018-12-07 Thread Alberto Garcia
On Mon 03 Dec 2018 11:14:53 AM CET, Anton Nefedov wrote: > Signed-off-by: Anton Nefedov Reviewed-by: Alberto Garcia Berto

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

2018-12-05 Thread Anton Nefedov
On 5/12/2018 3:43 PM, Vladimir Sementsov-Ogievskiy wrote: > Could you please write, what is the behavior change and why here? > The idea is that passthrough drivers should report the flags if there are no obstacles to support it. Technically, these changes are not connected to this series, but si

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

2018-12-05 Thread Vladimir Sementsov-Ogievskiy
Could you please write, what is the behavior change and why here? Is it a bug, that FUA was not inherited before? 03.12.2018 13:14, Anton Nefedov wrote: > Signed-off-by: Anton Nefedov > --- > block/mirror.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/bloc