[Qemu-devel] [PATCH V11 05/17] block: add snapshot info query function bdrv_query_snapshot_info_list()

2013-04-02 Thread Wenchao Xia
This patch adds function bdrv_query_snapshot_info_list(), which will retrieve snapshot info of an image in qmp object format. The implementation is based on the code moved from qemu-img.c with modification to fit more for qmp based block layer API. Signed-off-by: Wenchao Xia --- block/qapi.c

Re: [Qemu-devel] [PATCH V11 05/17] block: add snapshot info query function bdrv_query_snapshot_info_list()

2013-04-10 Thread Markus Armbruster
Eric Blake writes: > On 04/02/2013 05:47 AM, Wenchao Xia wrote: >> This patch adds function bdrv_query_snapshot_info_list(), which will >> retrieve snapshot info of an image in qmp object format. The implementation >> is based on the code moved from qemu-img.c with modification to fit more >> f

Re: [Qemu-devel] [PATCH V11 05/17] block: add snapshot info query function bdrv_query_snapshot_info_list()

2013-04-10 Thread Wenchao Xia
于 2013-4-10 23:11, Markus Armbruster 写道: > Eric Blake writes: > >> On 04/02/2013 05:47 AM, Wenchao Xia wrote: >>>This patch adds function bdrv_query_snapshot_info_list(), which will >>> retrieve snapshot info of an image in qmp object format. The implementation >>> is based on the code moved

Re: [Qemu-devel] [PATCH V11 05/17] block: add snapshot info query function bdrv_query_snapshot_info_list()

2013-04-02 Thread Eric Blake
On 04/02/2013 05:47 AM, Wenchao Xia wrote: > This patch adds function bdrv_query_snapshot_info_list(), which will > retrieve snapshot info of an image in qmp object format. The implementation > is based on the code moved from qemu-img.c with modification to fit more > for qmp based block layer AP

Re: [Qemu-devel] [PATCH V11 05/17] block: add snapshot info query function bdrv_query_snapshot_info_list()

2013-04-02 Thread Wenchao Xia
于 2013-4-3 9:17, Eric Blake 写道: On 04/02/2013 05:47 AM, Wenchao Xia wrote: This patch adds function bdrv_query_snapshot_info_list(), which will retrieve snapshot info of an image in qmp object format. The implementation is based on the code moved from qemu-img.c with modification to fit more