Re: [Qemu-devel] [PATCH 04/11] qapi: Convert delvm

2013-04-18 Thread Kevin Wolf
Am 16.04.2013 um 18:05 hat Pavel Hrdina geschrieben: > QMP command vm-snapshot-delete no takes two parameters name and id. They are > optional, but one of the name or id must be provided. If both are provided > they > will match only the snapshot with the same name and id. The command returns > Sn

Re: [Qemu-devel] [PATCH 04/11] qapi: Convert delvm

2013-04-16 Thread Eric Blake
On 04/16/2013 10:05 AM, Pavel Hrdina wrote: > QMP command vm-snapshot-delete no takes two parameters name and id. They are s/no// s/parameters/parameters:/ > optional, but one of the name or id must be provided. If both are provided > they > will match only the snapshot with the same name and id

[Qemu-devel] [PATCH 04/11] qapi: Convert delvm

2013-04-16 Thread Pavel Hrdina
QMP command vm-snapshot-delete no takes two parameters name and id. They are optional, but one of the name or id must be provided. If both are provided they will match only the snapshot with the same name and id. The command returns SnapshotInfo only if the snapshot exists, if snapshot doesn't exis