On 08/11/2011 12:23 AM, Daniel Veillard wrote:
On Wed, Aug 10, 2011 at 10:09:56PM -0600, Eric Blake wrote:
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 (
On Wed, Aug 10, 2011 at 10:09:56PM -0600, Eric Blake wrote:
> 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.
> * too
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.
---
Adding this will make