From: Harikumar Rajkumar Date: Tue, 25 Mar 2025 10:57:25 +0000 (+0530) Subject: NEWS: qemu: support block disk along with throttle filters X-Git-Tag: v11.2.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40f50826835094264c21edbf302137d6e39efade;p=thirdparty%2Flibvirt.git NEWS: qemu: support block disk along with throttle filters Signed-off-by: Harikumar Rajkumar Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 180b07699c..03efead80f 100644 --- 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