From: Jonathon Jongsma Date: Mon, 18 Nov 2019 22:38:49 +0000 (-0600) Subject: Add news for virDomainAgentSetResponseTimeout() X-Git-Tag: v5.10.0-rc1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e90879fa0b127860b947f948f81429313275b0;p=thirdparty%2Flibvirt.git Add news for virDomainAgentSetResponseTimeout() Signed-off-by: Jonathon Jongsma Reviewed-by: Michal Privoznik --- diff --git a/docs/news.xml b/docs/news.xml index 240d288c37..72c0edb317 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -66,6 +66,19 @@ initialized the vGPU. + + + Add API to change the response timeout for guest agent commands + + + By default, when a command is sent to the guest agent, libvirt waits + forever for a response from the guest agent. If the guest is + unresponsive for any reason, this can block the calling thread + indefinitely. By setting a custom timeout using + virDomainAgentSetResponseTimeout(), API users can change + this behavior. + +