Re: [Qemu-devel] [PATCH v4 0/2] fix 'qemu-img snapshot -a' operation for sheepdog

2013-06-10 Thread Kevin Wolf
Am 07.06.2013 um 19:54 hat Liu Yuan geschrieben: > v4: > - fix savevm, pass current vdi_id instead of parent_vdi_id > > v3: > - fix sheepdog's loadvm handling, don't rely on the write to create branch > > v2: > - add the comment to make things more clear > - call sd_create_branch() after s->i

[Qemu-devel] [PATCH v4 0/2] fix 'qemu-img snapshot -a' operation for sheepdog

2013-06-07 Thread Liu Yuan
v4: - fix savevm, pass current vdi_id instead of parent_vdi_id v3: - fix sheepdog's loadvm handling, don't rely on the write to create branch v2: - add the comment to make things more clear - call sd_create_branch() after s->is_snapshot = true because after calling sd_create_branch, it is