diff --git a/docs/news.xml b/docs/news.xml
index 636154ef7e..f38abeb91d 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -68,6 +68,15 @@
running.
+
+
+ qemu: Allow VirtIO devices to use vIOMMU
+
+
+ It is now possible to turn on IOTBL for the vIOMMU and have VirtIO
+ devices use it, provided they have been configured appropriately.
+
+
@@ -100,6 +109,20 @@
gathered and presented in capabilities if available.
+
+
+ apparmor: Several improvements
+
+
+ Allow access to Ceph config, EFI firmware on both x86_64 and
+ aarch64, device tree on ppc64 and more.
+
+
+
+
+ qemu: Support host-model on POWER9 machines
+
+
@@ -115,6 +138,65 @@
images when doing a block-commit.
+
+
+ Parse decimal numbers in a locale-independent way
+
+
+ Some locales, such as de_DE
and pt_BR
,
+ use comma rather than dot to separate the integer part from the
+ fractional part of a decimal number; however, several data sources
+ such as the kernel use a locale-independent representation and need
+ to be treated accordingly.
+
+
+
+
+ Support compilation with newer compiler and libc versions
+
+
+ Several fixes have been included to make compilation with Clang
+ 4.0.0, GCC 7.1 and glibc >= 2.25.90 possible.
+
+
+
+
+ qemu: Query name for vhost-user interfaces at runtime
+
+
+ This makes it possible to use virsh
subcommands such
+ as domiflist
and domifstat
on vhost-user
+ interfaces.
+
+
+
+
+ qemu: Set MTU for hotplugged interfaces correctly
+
+
+ When hotplugging a network interface, the MTU was only set on the
+ guest side. Set it on the host side as well.
+
+
+
+
+ qemu: Forbid updating MTU for interfaces of running guests
+
+
+ The MTU setting can't be modified while the guest is running, so any
+ attempt to alter it at runtime will now result in an error rather
+ than being silently ignored.
+
+
+
+
+ qemu: Fix specifying QXL heads with older QEMU releases
+
+
+ Specifying the number of QXL heads was not working correctly for
+ QEMU releases older than 1.6.
+
+