Re: [Qemu-devel] [PATCH] quorum: Implement bdrv_get_specific_info

2016-03-24 Thread Max Reitz
On 24.03.2016 04:17, Wen Congyang wrote: > The monitor command 'query-block' or 'info block' will output the format > specific > information. So we can get each child's child-name after this patch. This > useful > for dynamic reconfiguration. > > Signed-off-by: Wen Congyang > --- > block/quoru

Re: [Qemu-devel] [PATCH] quorum: Implement bdrv_get_specific_info

2016-03-24 Thread Eric Blake
On 03/23/2016 09:17 PM, Wen Congyang wrote: > The monitor command 'query-block' or 'info block' will output the format > specific > information. So we can get each child's child-name after this patch. This > useful > for dynamic reconfiguration. > > Signed-off-by: Wen Congyang > --- > block/qu

Re: [Qemu-devel] [PATCH] quorum: Implement bdrv_get_specific_info

2016-03-24 Thread Alberto Garcia
On Thu 24 Mar 2016 04:17:12 AM CET, Wen Congyang wrote: > The monitor command 'query-block' or 'info block' will output the format > specific > information. So we can get each child's child-name after this patch. This > useful > for dynamic reconfiguration. > > Signed-off-by: Wen Congyang The p

Re: [Qemu-devel] [PATCH] quorum: Implement bdrv_get_specific_info

2016-03-23 Thread Fam Zheng
On Thu, 03/24 11:17, Wen Congyang wrote: > The monitor command 'query-block' or 'info block' will output the format > specific > information. So we can get each child's child-name after this patch. This > useful > for dynamic reconfiguration. > > Signed-off-by: Wen Congyang > --- > block/quoru

[Qemu-devel] [PATCH] quorum: Implement bdrv_get_specific_info

2016-03-23 Thread Wen Congyang
The monitor command 'query-block' or 'info block' will output the format specific information. So we can get each child's child-name after this patch. This useful for dynamic reconfiguration. Signed-off-by: Wen Congyang --- block/quorum.c | 27 +++ qapi/block-core.