Re: [Qemu-devel] [PATCH v4 07/38] block/quorum: Implement bdrv_is_inserted()

2015-09-07 Thread Kevin Wolf
Am 07.09.2015 um 20:04 hat Max Reitz geschrieben: > On 07.09.2015 20:03, Kevin Wolf wrote: > > Am 20.07.2015 um 19:45 hat Max Reitz geschrieben: > >> bdrv_is_inserted() should be invoked recursively on the children of > >> quorum. > >> > >> Signed-off-by: Max Reitz > >> Reviewed-by: Eric Blake >

Re: [Qemu-devel] [PATCH v4 07/38] block/quorum: Implement bdrv_is_inserted()

2015-09-07 Thread Max Reitz
On 07.09.2015 20:03, Kevin Wolf wrote: > Am 20.07.2015 um 19:45 hat Max Reitz geschrieben: >> bdrv_is_inserted() should be invoked recursively on the children of >> quorum. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Eric Blake >> Reviewed-by: Alberto Garcia > > If you implement patch 6 like

Re: [Qemu-devel] [PATCH v4 07/38] block/quorum: Implement bdrv_is_inserted()

2015-09-07 Thread Kevin Wolf
Am 20.07.2015 um 19:45 hat Max Reitz geschrieben: > bdrv_is_inserted() should be invoked recursively on the children of > quorum. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > Reviewed-by: Alberto Garcia If you implement patch 6 like I suggested, this one could be dropped. Kevin

[Qemu-devel] [PATCH v4 07/38] block/quorum: Implement bdrv_is_inserted()

2015-07-20 Thread Max Reitz
bdrv_is_inserted() should be invoked recursively on the children of quorum. Signed-off-by: Max Reitz Reviewed-by: Eric Blake Reviewed-by: Alberto Garcia --- block/quorum.c | 16 1 file changed, 16 insertions(+) diff --git a/block/quorum.c b/block/quorum.c index 4e66221..b7a4c