[Qemu-devel] [PATCH V7 2/8] snapshot: distinguish id and name in snapshot delete

2013-08-06 Thread Wenchao Xia
Snapshot creation actually already distinguish id and name since it take a structured parameter *sn, but delete can't. Later an accurate delete is needed in qmp_transaction abort and blockdev-snapshot-delete-sync, so change its prototype. Also *errp is added to tip error, but return value is kepted

Re: [Qemu-devel] [PATCH V7 2/8] snapshot: distinguish id and name in snapshot delete

2013-09-10 Thread Kevin Wolf
Am 07.08.2013 um 05:00 hat Wenchao Xia geschrieben: > Snapshot creation actually already distinguish id and name since it take > a structured parameter *sn, but delete can't. Later an accurate delete > is needed in qmp_transaction abort and blockdev-snapshot-delete-sync, > so change its prototype.

Re: [Qemu-devel] [PATCH V7 2/8] snapshot: distinguish id and name in snapshot delete

2013-09-10 Thread Wenchao Xia
于 2013/9/10 20:36, Kevin Wolf 写道: Am 07.08.2013 um 05:00 hat Wenchao Xia geschrieben: Snapshot creation actually already distinguish id and name since it take a structured parameter *sn, but delete can't. Later an accurate delete is needed in qmp_transaction abort and blockdev-snapshot-delete-sy