]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add news for virDomainAgentSetResponseTimeout()
authorJonathon Jongsma <jjongsma@redhat.com>
Mon, 18 Nov 2019 22:38:49 +0000 (16:38 -0600)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 19 Nov 2019 07:15:56 +0000 (08:15 +0100)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.xml

index 240d288c378a45409c27795ec37140f8fc285ad1..72c0edb3175b25044a058a98128075f3bebc25c1 100644 (file)
           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>