]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Add the qemu VM reconnect segfault fix into bugfixes section
authorErik Skultety <eskultet@redhat.com>
Fri, 8 Jun 2018 11:44:45 +0000 (13:44 +0200)
committerErik Skultety <eskultet@redhat.com>
Thu, 14 Jun 2018 15:40:55 +0000 (17:40 +0200)
Signed-off-by: Erik Skultety <eskultet@redhat.com>
docs/news.xml

index e0cf381f338ea0975d7b6e995d380fc96516efe7..08e5dcbda337eb178d8676c6ed67eea674a67bab 100644 (file)
       </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          qemu: Fix a potential libvirtd crash on VM reconnect
+        </summary>
+        <description>
+          Initialization of the driver worker pool needs to come before libvirtd
+          trying to reconnect to all machines, since one of the QEMU processes
+          migh have already emitted events which need to be handled prior to
+          us getting to the worker pool initialization.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v4.4.0" date="2018-06-04">