diff --git a/docs/news.xml b/docs/news.xml
index 82a4ec9c84..9483172335 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -74,6 +74,17 @@
which portions of a disk have changed since a point in time.
+
+
+ qemu: Add support for overriding max threads per process limit
+
+
+ systemd-based systems impose a limit on the number of threads a
+ process can spawn, which in some cases can be exceeded by QEMU
+ processes running VMs. Add a max_threads_per_process
+ option to qemu.conf to override the system default.
+
+