[libvirt] [PATCH 5/7] list: Expose virConnectListAllNodeDevices to Python binding

Peter Krempa pkrempa at redhat.com
Thu Sep 6 21:03:24 UTC 2012


On 09/05/12 07:34, Osier Yang wrote:
> The implementation is done manually as the generator does not support
> wrapping lists of C pointers into Python objects.
>
> python/libvirt-override-api.xml: Document
>
> python/libvirt-override-virConnect.py:
>    * Implementation for listAllNodeDevices.
>
> python/libvirt-override.c: Implementation for the wrapper.
> ---
>   python/libvirt-override-api.xml       |    6 ++++
>   python/libvirt-override-virConnect.py |   12 ++++++++
>   python/libvirt-override.c             |   48 +++++++++++++++++++++++++++++++++
>   3 files changed, 66 insertions(+), 0 deletions(-)
>

ACK, again a patern-matched review.

Peter




More information about the libvir-list mailing list