[libvirt] [PATCH] news: Add stuff for 3.7.0

Peter Krempa posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/3507dabcd17b6a72289ecb5359ef6c477ab92117.1504270742.git.pkrempa@redhat.com
docs/news.xml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
[libvirt] [PATCH] news: Add stuff for 3.7.0
Posted by Peter Krempa 6 years, 7 months ago
---
 docs/news.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 4b48f0fb3..dd8967e25 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -71,6 +71,16 @@
       </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>
@@ -93,6 +103,18 @@
           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">
-- 
2.14.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Add stuff for 3.7.0
Posted by Ján Tomko 6 years, 7 months ago
On Fri, Sep 01, 2017 at 02:59:15PM +0200, Peter Krempa wrote:
>---
> docs/news.xml | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>

ACK

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