From 95ca371f3b5dd43587b076a0db605eabccd8b1c1 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 30 Jun 2023 13:09:04 +0200 Subject: [PATCH] NEWS: Move section about 'discard_no_unref' to features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- NEWS.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 950b188a8b..857fef0f6d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,13 @@ v9.5.0 (unreleased) * **New features** + * qemu: Allow configuring the ``discard-no-unref`` feature of ``qcow2`` driver + + The new ``discard_no_unref`` attribute of the ``disk`` ``driver`` element + controls whether the ``qcow2`` driver in qemu unrefs clusters inside the + image on discard requests. Disabling cluster unrefing decreases fragmentation + of the image. + * **Improvements** * qemu: Include maximum physical address size in baseline CPU @@ -26,13 +33,6 @@ v9.5.0 (unreleased) compatible with all hosts even if their supported physical address sizes differ. - * qemu: Allow configuring the ``discard-no-unref`` feature of ``qcow2`` driver - - The new ``discard_no_unref`` attribute of the ``disk`` ``driver`` element - controls whether the ``qcow2`` driver in qemu unrefs clusters inside the - image on discard requests. Disabling cluster unrefing decreases fragmentation - of the image. - * **Bug fixes**