[PATCH] NEWS: Mention zero discard_granularity option

Martin Kletzander via Devel posted 1 patch 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9cb31d09dee1a71847545d0f048168e2b5a3e62d.1753703249.git.mkletzan@redhat.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] NEWS: Mention zero discard_granularity option
Posted by Martin Kletzander via Devel 1 month, 1 week ago
From: Martin Kletzander <mkletzan@redhat.com>

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 6cc8f23225a6..7f08e455377b 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**
 
 
-- 
2.50.1
Re: [PATCH] NEWS: Mention zero discard_granularity option
Posted by Pavel Hrdina via Devel 1 month, 1 week ago
On Mon, Jul 28, 2025 at 01:47:29PM +0200, Martin Kletzander via Devel wrote:
> From: Martin Kletzander <mkletzan@redhat.com>
> 
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>