Re: PHP API

2023-05-15 Thread Michal Prívozník
On 5/11/23 20:19, Simon Fairweather wrote: > Hi Michal, > > Would you be able to add, if there is a process you follow I can look at > creating merge requests. > > Regards > Simon > > int virDomainBlockPull (virDomainPtr >

Re: PHP API

2023-05-03 Thread Michal Prívozník
On 4/30/23 20:29, Simon Fairweather wrote: > Hi Michal > > Are there plans to implement  snapshot create_as version of the > following function where XML could be passed? Honestly, there are no plans for libvirt-php. I maintain it in my spare time and implement features as somebody requests them.

PHP API

2023-04-30 Thread Simon Fairweather
Hi Michal Are there plans to implement snapshot create_as version of the following function where XML could be passed? https://github.com/libvirt/libvirt-php/blob/afe404b2cf4bb46cdd39c6ea4df1c7c65b2d0b1b/src/libvirt-snapshot.c#L105 Regards Simon.

Re: [libvirt-users] php api binding for setting interface link flags (up/down).

2014-11-07 Thread Vasiliy Tolstov
I'm solve my issue by updating xml of interface and run update device. 2014-11-07 16:32 GMT+03:00 Vasiliy Tolstov : > Hello. I can't see in php api reference info about setting port status > of interface. > virsh have comands virsh domif-setlink, but php api does not ha

[libvirt-users] php api binding for setting interface link flags (up/down).

2014-11-07 Thread Vasiliy Tolstov
Hello. I can't see in php api reference info about setting port status of interface. virsh have comands virsh domif-setlink, but php api does not have link funstions. Please add this interface, bacause it very useful - then we need to disable some vps, but not want to shutdown it. T

[libvirt-users] libvirt-php - API libvirt_domain_suspend() problem, doesn't work

2011-10-28 Thread vmnode guy
Hi Guys, I was trying to suspend a virtual machine but fail not sure why However i was successfully list all the vm on the host, below are my source code, can any one who have experience in this area give me some advised ? *My OUTPUT from browser* Array ( [libvirt.release] => 3 [libv