Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- docs/news.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index f69c9c4780..0b67c4dcc2 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -113,8 +113,31 @@ exposes the same capability to libvirt users. </description> </change> + <change> + <summary> + qemu: Storage configuration improvements + </summary> + <description> + Libvirt now accepts <code><backingStore type='volume'></code> + and allows to specify the offset and size of the image format + container inside of the storage source via the <code><slices></code> + subelement. + </description> + </change> </section> <section title="Improvements"> + <change> + <summary> + qemu: Image format probing is allowed in certain cases + </summary> + <description> + 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 few common existing cases. Additionally + the knowledge base was extended to provide more information how + to rectify the problem. + </description> + </change> </section> <section title="Bug fixes"> </section> -- 2.24.1