Re: [Qemu-devel] [PATCH v10 3/9] quorum: set supported write 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 3/9] quorum: set supported write flags

2018-12-07 Thread Alberto Garcia
On Fri 07 Dec 2018 03:46:13 PM CET, Anton Nefedov wrote: >>> +static void quorum_set_supported_flags(BlockDriverState *bs) >>> +{ >>> +BDRVQuorumState *s = bs->opaque; >>> +int i; >>> + >>> +bs->supported_write_flags = BDRV_REQ_FUA; >>> +for (i = 0; i < s->num_children; i++) { >>>

Re: [Qemu-devel] [PATCH v10 3/9] quorum: set supported write flags

2018-12-07 Thread Anton Nefedov
On 7/12/2018 5:33 PM, Alberto Garcia wrote: > On Mon 03 Dec 2018 11:14:55 AM CET, Anton Nefedov wrote: >> Signed-off-by: Anton Nefedov >> --- >> block/quorum.c | 19 ++- >> 1 file changed, 18 insertions(+), 1 deletion(-) >> >> diff --git a/block/quorum.c b/block/quorum.c >>

Re: [Qemu-devel] [PATCH v10 3/9] quorum: set supported write flags

2018-12-07 Thread Alberto Garcia
On Mon 03 Dec 2018 11:14:55 AM CET, Anton Nefedov wrote: > Signed-off-by: Anton Nefedov > --- > block/quorum.c | 19 ++- > 1 file changed, 18 insertions(+), 1 deletion(-) > > diff --git a/block/quorum.c b/block/quorum.c > index 16b3c8067c..d21a6a3b8e 100644 > --- a/block/quorum.c

[Qemu-devel] [PATCH v10 3/9] quorum: set supported write flags

2018-12-03 Thread Anton Nefedov
Signed-off-by: Anton Nefedov --- block/quorum.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/block/quorum.c b/block/quorum.c index 16b3c8067c..d21a6a3b8e 100644 --- a/block/quorum.c +++ b/block/quorum.c @@ -857,6 +857,19 @@ static QemuOptsList