]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention zero discard_granularity option
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 28 Jul 2025 11:39:54 +0000 (13:39 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 29 Jul 2025 07:56:54 +0000 (09:56 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
NEWS.rst

index 6cc8f23225a6dd1fc8d812db850225264b25a5fd..7f08e455377b95176e17ab5f237beccf93e21405 100644 (file)
--- 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**