Re: [libvirt] [PATCHv2 13/13] list: add qemu snapshot list support

2012-06-19 Thread Eric Blake
On 06/18/2012 08:58 AM, Peter Krempa wrote: > On 06/15/12 06:18, Eric Blake wrote: >> 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)

Re: [libvirt] [PATCHv2 13/13] list: add qemu snapshot list support

2012-06-18 Thread Peter Krempa
On 06/15/12 06:18, Eric Blake wrote: 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, qemuDomainSnapshotListChildrenName

[libvirt] [PATCHv2 13/13] list: add qemu snapshot list support

2012-06-14 Thread Eric Blake
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): Sup