Re: [libvirt] [PATCHv2 10/13] list: provide python bindings for snapshots

2012-06-19 Thread Eric Blake
On 06/18/2012 08:22 AM, Peter Krempa wrote: > On 06/15/12 06:18, Eric Blake wrote: >> This adds support for the new virDomainListAllSnapshots (a domain >> function) and virDomainSnapshotListAllChildren (a snapshot function) >> to the libvirt-python bindings. The implementation is done manually >>

Re: [libvirt] [PATCHv2 10/13] list: provide python bindings for snapshots

2012-06-18 Thread Peter Krempa
On 06/15/12 06:18, Eric Blake wrote: This adds support for the new virDomainListAllSnapshots (a domain function) and virDomainSnapshotListAllChildren (a snapshot function) to the libvirt-python bindings. The implementation is done manually as the generator does not support wrapping lists of C po

[libvirt] [PATCHv2 10/13] list: provide python bindings for snapshots

2012-06-14 Thread Eric Blake
This adds support for the new virDomainListAllSnapshots (a domain function) and virDomainSnapshotListAllChildren (a snapshot function) to the libvirt-python bindings. The implementation is done manually as the generator does not support wrapping lists of C pointers into python objects. * python/l