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

Michal Privoznik mprivozn at redhat.com
Thu May 11 08:55:56 UTC 2017


On 05/08/2017 05:43 PM, Dawid Zamirski wrote:
> 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(+)
> 

Ah, sorry this has been around a while and I've missed it as I am buried
under some other work.

ACKed and pushed, thank you.

Michal




More information about the libvir-list mailing list