Re: [libvirt] [PATCHv2 4/4] snapshot: expose location through virsh snapshot-info

2012-11-19 Thread Eric Blake
On 11/19/2012 06:48 AM, Peter Krempa wrote: > On 11/15/12 00:36, Eric Blake wrote: >> Now that we can filter on this information, we should also make >> it easy to get at. >> >> * tools/virsh-snapshot.c (cmdSnapshotInfo): Add another output >> row, and switch to XPath queries rather than strstr. >

Re: [libvirt] [PATCHv2 4/4] snapshot: expose location through virsh snapshot-info

2012-11-19 Thread Peter Krempa
On 11/15/12 00:36, Eric Blake wrote: Now that we can filter on this information, we should also make it easy to get at. * tools/virsh-snapshot.c (cmdSnapshotInfo): Add another output row, and switch to XPath queries rather than strstr. --- tools/virsh-snapshot.c | 57 ++

[libvirt] [PATCHv2 4/4] snapshot: expose location through virsh snapshot-info

2012-11-14 Thread Eric Blake
Now that we can filter on this information, we should also make it easy to get at. * tools/virsh-snapshot.c (cmdSnapshotInfo): Add another output row, and switch to XPath queries rather than strstr. --- tools/virsh-snapshot.c | 57 +++--- 1 file changed