]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: qemu: support block disk along with throttle filters
authorHarikumar Rajkumar <harirajkumar230@gmail.com>
Tue, 25 Mar 2025 10:57:25 +0000 (16:27 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 31 Mar 2025 08:52:39 +0000 (10:52 +0200)
Signed-off-by: Harikumar Rajkumar <harirajkumar230@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 180b07699cfde8130bc6cbb76b9e9211015bdb9b..03efead80fcf982dd317f3f32ec245da529ea4e1 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -92,6 +92,14 @@ v11.2.0 (unreleased)
 
     Cloud Hypervisor guests can be now started with SEV SNP enabled.
 
+  * qemu: Support for Block Disk Along with Throttle Filters
+
+    Introduce support for multiple throttle groups per block disk in QEMU,
+    enhancing I/O control and performance optimization. This update builds
+    on the existing throttling functionality by allowing more granular control
+    with the ability to assign different throttle groups to multiple block
+    devices, improving shared throttling across devices.
+
 * **Improvements**
 
   * qemu: Improved guest agent corner case error reporting