Re: [Qemu-block] [PATCH v2 18/21] blkdebug: Enable reopen

2015-12-02 Thread Alberto Garcia
On Mon 23 Nov 2015 04:59:57 PM CET, Kevin Wolf wrote: > Just reopening the children (as block.c does now) is enough. > > Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Berto

Re: [Qemu-block] [PATCH v2 18/21] blkdebug: Enable reopen

2015-11-27 Thread Max Reitz
On 23.11.2015 16:59, Kevin Wolf wrote: > Just reopening the children (as block.c does now) is enough. > > Signed-off-by: Kevin Wolf > --- > block/blkdebug.c | 7 +++ > 1 file changed, 7 insertions(+) Reviewed-by: Max Reitz signature.asc Description:

[Qemu-block] [PATCH v2 18/21] blkdebug: Enable reopen

2015-11-23 Thread Kevin Wolf
Just reopening the children (as block.c does now) is enough. Signed-off-by: Kevin Wolf --- block/blkdebug.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/block/blkdebug.c b/block/blkdebug.c index bc0f041..459a3d9 100644 --- a/block/blkdebug.c +++