[libvirt] [PATCH] news: Document recent agent job change

Michal Privoznik posted 1 patch 5 years, 10 months ago
Failed in applying to current master (apply log)
Test syntax-check passed
docs/news.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
[libvirt] [PATCH] news: Document recent agent job change
Posted by Michal Privoznik 5 years, 10 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 docs/news.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 08e5dcbda3..a3eea4eff6 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -71,6 +71,19 @@
           Capabilities XML now provide information about host IOMMU support.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Allow concurrent access to monitor and guest agent
+        </summary>
+        <description>
+          Historically libvirt prevented concurrent accesses to
+          the qemu monitor and the guest agent. Therefore two
+          independent calls (one querying the monitor and the
+          other querying guest agent) would serialize which hurts
+          performance. The code was reworked to allow two
+          independent calls run at the same time.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>
-- 
2.16.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Document recent agent job change
Posted by Erik Skultety 5 years, 10 months ago
On Thu, Jun 21, 2018 at 03:38:12PM +0200, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---

Reviewed-by: Erik Skultety <eskultet@redhat.com>

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