diff --git a/docs/news.xml b/docs/news.xml
index 7dda8db3a1..36d2ee3c86 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -39,25 +39,25 @@
- The libvirt Hyper-V driver now supports Hyper-V 2012 and newer.
+ hyperv: Support Hyper-V 2012 and newer
Starting with Hyper-V 2012 the API has changed causing the existing
driver to be unable to send and process requests properly. This has
been resolved by adding abstractions to handle the differences and
ease handling such breaks if they happen in the future.
-
+
- Add support for nested HVM domains in the libxl driver
+ libxl: Add support for nested HVM domains
Xen has supported nested HVM domains since version 4.4. The
libvirt libxl driver now supports nested HVM domains by
specifying the host-passthrough CPU mode when defining a
domain.
-
+