]> git.proxmox.com Git - qemu.git/commit
qmp: add interface blockdev-snapshot-delete-internal-sync
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Wed, 11 Sep 2013 06:04:36 +0000 (14:04 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Sep 2013 08:12:47 +0000 (10:12 +0200)
commit44e3e053af56c1faec79ac9fdd78ef3f0ecd467e
tree2a725a4b93021a61d25fee1266816b0c72ee83ac
parentf323bc9e8b3b46ad28402995a9dcaaeff3eb5e03
qmp: add interface blockdev-snapshot-delete-internal-sync

This interface use id and name as optional parameters, to handle the
case that one image contain multiple snapshots with same name which
may be '', but with different id.

Adding parameter id is for historical compatiability reason, and
that case is not possible in qemu's new interface for internal
snapshot at block device level, but still possible in qemu-img.

Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c
include/qemu-common.h
qapi-schema.json
qmp-commands.hx