[libvirt] [PATCH] Add news for virDomainAgentSetResponseTimeout()

Jonathon Jongsma posted 1 patch 4 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191118223849.3474-1-jjongsma@redhat.com
docs/news.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
[libvirt] [PATCH] Add news for virDomainAgentSetResponseTimeout()
Posted by Jonathon Jongsma 4 years, 4 months ago
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---
 docs/news.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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.
         </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>
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] Add news for virDomainAgentSetResponseTimeout()
Posted by Michal Privoznik 4 years, 4 months ago
On 11/18/19 11:38 PM, Jonathon Jongsma wrote:
> Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
> ---
>   docs/news.xml | 13 +++++++++++++
>   1 file changed, 13 insertions(+)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed. Thanks!

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list