Re: [Qemu-devel] [PATCH for-2.5 5/6] qmp: add monitor command to add/remove a child

2015-08-10 Thread Alberto Garcia
On Mon 10 Aug 2015 03:00:32 AM CEST, Wen Congyang we...@cn.fujitsu.com wrote: +# @child-add +# +# Add a new child to quorum. This is useful to fix a broken quorum child. But the idea is that this can be eventually used by other drivers, isn't it? Yes, but is is only used for quorum now.

Re: [Qemu-devel] [PATCH for-2.5 5/6] qmp: add monitor command to add/remove a child

2015-08-09 Thread Wen Congyang
On 08/07/2015 09:12 PM, Alberto Garcia wrote: On Fri 31 Jul 2015 11:19:14 AM CEST, Wen Congyang wrote: +## +# @child-add +# +# Add a new child to quorum. This is useful to fix a broken quorum child. But the idea is that this can be eventually used by other drivers, isn't it? Yes, but is

Re: [Qemu-devel] [PATCH for-2.5 5/6] qmp: add monitor command to add/remove a child

2015-08-07 Thread Alberto Garcia
On Fri 31 Jul 2015 11:19:14 AM CEST, Wen Congyang wrote: +## +# @child-add +# +# Add a new child to quorum. This is useful to fix a broken quorum child. But the idea is that this can be eventually used by other drivers, isn't it? Berto

[Qemu-devel] [PATCH for-2.5 5/6] qmp: add monitor command to add/remove a child

2015-07-31 Thread Wen Congyang
Signed-off-by: Wen Congyang we...@cn.fujitsu.com Signed-off-by: zhanghailiang zhang.zhanghaili...@huawei.com Signed-off-by: Gonglei arei.gong...@huawei.com --- blockdev.c | 79 qapi/block-core.json | 32 +