[libvirt-php PATCH] libvirt-domain: Introduce libvirt_domain_reset()

2020-02-06 Thread Marcus Recck
We currently have all other power-related functions implemented, but are missing the ability to call virDomainReset from the PHP bindings. This adds that functionality. Signed-off-by: Marcus Recck --- doc/source/libvirt/entities.functions.xml | 1 + .../functions/libvirt-domain-reboot.xml

Re: [libvirt-php PATCH] libvirt-domain: Introduce libvirt_domain_reset()

2020-02-06 Thread Neal Gompa
On Thu, Feb 6, 2020 at 1:36 PM Marcus Recck wrote: > > We currently have all other power-related functions implemented, > but are missing the ability to call virDomainReset from the PHP > bindings. This adds that functionality. > > Signed-off-by: Marcus Recck > --- > doc/source/libvirt/entities.

Re: [libvirt-php PATCH] libvirt-domain: Introduce libvirt_domain_reset()

2020-02-07 Thread Michal Privoznik
On 2/6/20 7:35 PM, Marcus Recck wrote: We currently have all other power-related functions implemented, but are missing the ability to call virDomainReset from the PHP bindings. This adds that functionality. Signed-off-by: Marcus Recck --- doc/source/libvirt/entities.functions.xml | 1 +