Re: [Qemu-devel] [PATCH V12 07/18] block: change VM snapshot checking logic

2013-04-17 Thread Eric Blake
On 04/13/2013 02:56 AM, Wenchao Xia wrote: > Original logic is different with load_vmstate(), this patch change it s/with/from/ s/change/changes/ > to be exactly the same with load_vmstate(), so any VM snapshot shown in s/with/as/ > qmp/hmp should succeed in load_vmstate(). Looking through g

[Qemu-devel] [PATCH V12 07/18] block: change VM snapshot checking logic

2013-04-13 Thread Wenchao Xia
Original logic is different with load_vmstate(), this patch change it to be exactly the same with load_vmstate(), so any VM snapshot shown in qmp/hmp should succeed in load_vmstate(). Note that, runtime snapshot info maybe different with what is got in "qemu-img info" as static snapshot info, a