]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Add stuff for 3.7.0
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Sep 2017 12:57:01 +0000 (14:57 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 1 Sep 2017 12:57:01 +0000 (14:57 +0200)
docs/news.xml

index 4b48f0fb3ab44de5de8f01d29a5ee23fad085e3f..dd8967e253e5316d5c2a8d7cf7855d7b95e66bce 100644 (file)
       </change>
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: Report a clear error when dropping a VM during startup
+        </summary>
+        <description>
+          "Failed to load config for domain 'DOMNAME'" is now reported if a VM
+          config can't be parsed for some reason, and thus provides a clear
+          indication for users (and devs).
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>
           The path is now generated with shortened name instead.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Tolerate missing emulator binary during libvirtd restart
+        </summary>
+        <description>
+          For some time libvirt required qemu capabilities being present when
+          parsing VM configs during startup. As a side effect VM configs would
+          fail to parse and thus vanish, if the emulator binary would be
+          uninstalled or broken. Libvirt now tolerates when capabilities
+          are missing during startup.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v3.6.0" date="2017-08-02">