[Qemu-devel] [PATCH V12 06/18] block: add check for VM snapshot in bdrv_query_snapshot_info_list()

2013-04-13 Thread Wenchao Xia
This patch adds a parameter to tell whether return valid snapshots for whole VM only. Note that the snapshot check logic is copied from do_info_snapshots(), which is different with load_vmstate() and will be changed in next patch. Signed-off-by: Wenchao Xia Reviewed-by: Eric Blake Reviewed-b

Re: [Qemu-devel] [PATCH V12 06/18] block: add check for VM snapshot in bdrv_query_snapshot_info_list()

2013-04-17 Thread Eric Blake
On 04/13/2013 02:56 AM, Wenchao Xia wrote: > This patch adds a parameter to tell whether return valid snapshots > for whole VM only. > Note that the snapshot check logic is copied from do_info_snapshots(), > which is different with load_vmstate() and will be changed in next patch. > > Signed-o

Re: [Qemu-devel] [PATCH V12 06/18] block: add check for VM snapshot in bdrv_query_snapshot_info_list()

2013-04-17 Thread Wenchao Xia
于 2013-4-18 4:52, Eric Blake 写道: On 04/13/2013 02:56 AM, Wenchao Xia wrote: This patch adds a parameter to tell whether return valid snapshots for whole VM only. Note that the snapshot check logic is copied from do_info_snapshots(), which is different with load_vmstate() and will be change