diff --git a/docs/news.xml b/docs/news.xml
index bcec1d81e9cfea2b6785be5a5be1def5a07fe4da..7ef18cf7b8b91fd31cccfe6f5099c58f821c93bc 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -55,6 +55,27 @@
automatically.
+
+
+ qemu: Add virtiofs support
+
+
+ This feature, introduced in QEMU 4.2, is a more modern alternative
+ to virtio-9p, which is exposed through the same
+ <filesystem/>
element.
+
+
+
+
+ admin: Support reloading TLS certificates
+
+
+ After renewing TLS certificates, it was usually necessary to restart
+ libvirtd for the new ones to be loaded: now the same result can be
+ obtained without restarting the daemon by using virt-admin
+ server-update-tls
.
+
+
+
+
+ qemu: Don't compare local and remote hostnames on migration
+
+
+ This check was introduced to prevent same-host migration, but did
+ not work as expected when multiple libvirtd instances were running
+ on the same host but in different containers. With this release, the
+ host UUID (which should be unique to the container) is checked
+ instead.
+
+
+
+
+ qemu: Use per-VM event loops
+
+
+ Instead of using a single even loop to process communication with
+ the QEMU monitor and guest agent, create a separate one for each VM.
+ This helps with scalability and prevents scenarios where a single
+ malfunctioning VM could affect all those running on the same host.
+
+
@@ -90,6 +134,16 @@
QEMU-4.2.
+
+
+ Don't generate machine names containing dots
+
+
+ Even though the guest name containing dots is not a problem for
+ libvirt itself, we need to strip them out when registering with
+ machined because of the latter's requirements.
+
+