]> xenbits.xensource.com Git - libvirt.git/commit
list: add qemu snapshot list support
authorEric Blake <eblake@redhat.com>
Wed, 13 Jun 2012 23:52:51 +0000 (17:52 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 19 Jun 2012 20:58:45 +0000 (14:58 -0600)
commit5488612eb0573f6fedd43fd6b7c0b92ae205877e
tree934782f31c1beee4d3b779639db26702a29e0c6b
parent8548a9c50150c0bd8b453defe522571baa31c35d
list: add qemu snapshot list support

The two new functions are very similar to the existing functions;
just a matter of different arguments and a call to a different
helper function.

* src/qemu/qemu_driver.c (qemuDomainSnapshotListNames)
(qemuDomainSnapshotNum, qemuDomainSnapshotListChildrenNames)
(qemuDomainSnapshotNumChildren): Support new flags.
(qemuDomainListAllSnapshots): New functions.
src/qemu/qemu_driver.c