]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: add snapshot-parent
authorEric Blake <eblake@redhat.com>
Wed, 10 Aug 2011 23:18:55 +0000 (17:18 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 11 Aug 2011 19:18:24 +0000 (13:18 -0600)
commit98369d314b7c48e0b6c8be676291688ebff5b4ae
tree8d1548654cfd44f5f909ddedc87baf6d9f143b2b
parent398ce48d5c6e728b8471df8c9dfa8e7429783620
virsh: add snapshot-parent

Down the road, I want to add virDomainSnapshotGetParent, and use
the new API rather than xml scraping; but this virsh command can
be implemented even without the new API.

* tools/virsh.c (cmdSnapshotParent): New command.
* tools/virsh.pod (snapshot-parent): Document it.
tools/virsh.c
tools/virsh.pod