mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Add news for virDomainAgentSetResponseTimeout()
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
af5aa266ed
commit
78e90879fa
@ -66,6 +66,19 @@
|
||||
initialized the vGPU.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
Add API to change the response timeout for guest agent commands
|
||||
</summary>
|
||||
<description>
|
||||
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
|
||||
<code>virDomainAgentSetResponseTimeout()</code>, API users can change
|
||||
this behavior.
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
<section title="Improvements">
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user