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.
+
+