From: Martin Kletzander Date: Mon, 28 Jul 2025 11:39:54 +0000 (+0200) Subject: NEWS: Mention zero discard_granularity option X-Git-Tag: v11.6.0-rc2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=980dd220e50ad65d056d6d829a6467432f2939c5;p=thirdparty%2Flibvirt.git NEWS: Mention zero discard_granularity option Signed-off-by: Martin Kletzander Reviewed-by: Pavel Hrdina --- diff --git a/NEWS.rst b/NEWS.rst index 6cc8f23225..7f08e45537 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -54,6 +54,11 @@ v11.6.0 (unreleased) supposed to be called on one of the hosts represented in the input CPU definitions. Otherwise the API will give unexpected results. + * Allow specifying zero discard granularity for block devices + + This can be used to tell some guest operating systems (notably Windows) to + not trim the disk. + * **Bug fixes**