diff --git a/docs/news.xml b/docs/news.xml index e0cf381f338ea0975d7b6e995d380fc96516efe7..08e5dcbda337eb178d8676c6ed67eea674a67bab 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. + +