diff --git a/docs/news.xml b/docs/news.xml
index f69c9c4780..cdcf450b48 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -113,8 +113,31 @@
exposes the same capability to libvirt users.
+
+
+ qemu: Storage configuration improvements
+
+
+ Libvirt now accepts <backingStore type='volume'>
+ and allows specifying the offset and size of the image format
+ container inside the storage source via the <slices>
+ subelement.
+
+
+
+
+ qemu: Image format probing is allowed in certain cases
+
+
+ To resolve regressions when users didn't specify the backing image
+ format in the overlay, libvirt now probes the format in certain
+ secure scenarios which fixes a few common existing cases. Additionally
+ the knowledge base was extended to provide more information on how
+ to rectify the problem.
+
+