提交 78e90879 编写于 作者: J Jonathon Jongsma 提交者: Michal Privoznik

Add news for virDomainAgentSetResponseTimeout()

Signed-off-by: NJonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
上级 af5aa266
...@@ -66,6 +66,19 @@ ...@@ -66,6 +66,19 @@
initialized the vGPU. initialized the vGPU.
</description> </description>
</change> </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>
<section title="Improvements"> <section title="Improvements">
</section> </section>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册