]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Document recent agent job change
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 21 Jun 2018 13:37:38 +0000 (15:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jun 2018 05:20:12 +0000 (07:20 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/news.xml

index 274c5fa76863650cfa3d2a4a116e4e677f6ab813..f843648c75cb34cc06c9fb07e963ad166e30658e 100644 (file)
           block device from one command in a output table.
         </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>