From: Erik Skultety Date: Fri, 8 Jun 2018 11:44:45 +0000 (+0200) Subject: news: Add the qemu VM reconnect segfault fix into bugfixes section X-Git-Tag: v4.5.0-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c9c9e4292beb8260af3575acbf526e79fc94f9;p=thirdparty%2Flibvirt.git news: Add the qemu VM reconnect segfault fix into bugfixes section Signed-off-by: Erik Skultety --- diff --git a/docs/news.xml b/docs/news.xml index e0cf381f33..08e5dcbda3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -73,6 +73,17 @@
+ + + qemu: Fix a potential libvirtd crash on VM reconnect + + + 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. + +