From 43c9c9e4292beb8260af3575acbf526e79fc94f9 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 8 Jun 2018 13:44:45 +0200 Subject: [PATCH] news: Add the qemu VM reconnect segfault fix into bugfixes section Signed-off-by: Erik Skultety --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. + +
-- GitLab