Re: [libvirt PATCH] api: disallow virDomainAgentSetResponseTimeout() on read-only connections

2020-03-23 Thread Michal Prívozník
On 23. 3. 2020 12:37, Daniel Henrique Barboza wrote: > > > On 3/20/20 11:43 AM, Jonathon Jongsma wrote: >> This function changes the amount of time that libvirt waits for a >> response from the guest agent for all guest agent commands. Since this >> is a configuration change, it should not be all

Re: [libvirt PATCH] api: disallow virDomainAgentSetResponseTimeout() on read-only connections

2020-03-23 Thread Daniel Henrique Barboza
On 3/20/20 11:43 AM, Jonathon Jongsma wrote: This function changes the amount of time that libvirt waits for a response from the guest agent for all guest agent commands. Since this is a configuration change, it should not be allowed on read-only connections. Signed-off-by: Jonathon Jongsma

[libvirt PATCH] api: disallow virDomainAgentSetResponseTimeout() on read-only connections

2020-03-20 Thread Jonathon Jongsma
This function changes the amount of time that libvirt waits for a response from the guest agent for all guest agent commands. Since this is a configuration change, it should not be allowed on read-only connections. Signed-off-by: Jonathon Jongsma --- src/libvirt-domain.c | 2 ++ 1 file changed,