Re: [libvirt] [PATCH] virsh: add snapshot-parent

2011-08-11 Thread Eric Blake
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 (

Re: [libvirt] [PATCH] virsh: add snapshot-parent

2011-08-10 Thread Daniel Veillard
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

[libvirt] [PATCH] virsh: add snapshot-parent

2011-08-10 Thread Eric Blake
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