From: Peter Krempa Date: Fri, 1 Sep 2017 12:57:01 +0000 (+0200) Subject: news: Add stuff for 3.7.0 X-Git-Tag: v3.7.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3507dabcd17b6a72289ecb5359ef6c477ab92117;p=thirdparty%2Flibvirt.git news: Add stuff for 3.7.0 --- diff --git a/docs/news.xml b/docs/news.xml index 4b48f0fb3a..dd8967e253 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -71,6 +71,16 @@
+ + + qemu: Report a clear error when dropping a VM during startup + + + "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). + +
@@ -93,6 +103,18 @@ The path is now generated with shortened name instead. + + + qemu: Tolerate missing emulator binary during libvirtd restart + + + 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. + +