Re: [Qemu-devel] [PATCH 06/11] snapshot: create bdrv_all_find_snapshot helper

2015-11-18 Thread Juan Quintela
"Denis V. Lunev" wrote: > to check that snapshot is available for all loaded block drivers. > The check bs != bs1 in hmp_info_snapshots is an optimization. The check > for availability of this snapshot will return always true as the list > of snapshots was collected from that image. > > The patch

Re: [Qemu-devel] [PATCH 06/11] snapshot: create bdrv_all_find_snapshot helper

2015-11-17 Thread Fam Zheng
On Tue, 11/17 12:08, Denis V. Lunev wrote: > to check that snapshot is available for all loaded block drivers. > The check bs != bs1 in hmp_info_snapshots is an optimization. The check > for availability of this snapshot will return always true as the list > of snapshots was collected from that ima