Re: [Qemu-devel] [PATCH 08/50] block/quorum: Implement bdrv_is_inserted()

2015-01-27 Thread Eric Blake
On 01/26/2015 09:02 AM, Max Reitz wrote: > bdrv_is_inserted() should be invoked recursively on the children of > quorum. > > Signed-off-by: Max Reitz > --- > block/quorum.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/block/quorum.c b/block/quorum.c > index 437b122

[Qemu-devel] [PATCH 08/50] block/quorum: Implement bdrv_is_inserted()

2015-01-26 Thread Max Reitz
bdrv_is_inserted() should be invoked recursively on the children of quorum. Signed-off-by: Max Reitz --- block/quorum.c | 16 1 file changed, 16 insertions(+) diff --git a/block/quorum.c b/block/quorum.c index 437b122..7811c4a 100644 --- a/block/quorum.c +++ b/block/quorum.c @@