[libvirt] [libvirt-php PATCH 0/2] implement a few network API bindings

Dawid Zamirski dzamirski at datto.com
Mon May 8 15:43:25 UTC 2017


Hello,

The followinig two patches add a few useful API bindings for dealing
with libvirt networks:

* virConnectListAllNetworks - allows for better control when filtering
  and returns array of handles to virNetworkPtr which can then be used
  to get other info for each network such as name, uuid, autostart etc.
* virNetworkGetUUIDString, virNetworkGetUUID, virNetworkGetName to be
  able to easily get said info when working with virNetworkPtr handles.

Dawid Zamirski (2):
  implement binding for virConnectListAllNetworks.
  implement additional network functions.

 src/libvirt-php.c | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/libvirt-php.h |   4 ++
 2 files changed, 153 insertions(+)

-- 
2.12.2




More information about the libvir-list mailing list