From 068771068d79ac88c114decb6608988a2a7d8f94 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Wed, 9 Oct 2024 14:18:50 -0600 Subject: [PATCH] NEWS: Mention documention improvements of image format settings Signed-off-by: Jim Fehlig Reviewed-by: Martin Kletzander --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 7f4f33c8f8..dd9f261933 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -35,6 +35,14 @@ v10.9.0 (unreleased) Users are encouraged to report any occurence of the above message along with steps they took to the upstream tracker. + * qemu: improve documentation of image format settings + + The documentation of the various ``*_image_format`` settings in ``qemu.conf`` + imply they can only be used to control compression of the image. The + documentation has been improved to clarify the settings describe the + representation of guest memory blocks on disk, which includes compression + among other possible layouts. + * **Bug fixes** -- 2.39.5