
On 3/25/25 11:57, Harikumar Rajkumar wrote:
Signed-off-by: Harikumar Rajkumar <harirajkumar230@gmail.com> --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and merged. Michal
diff --git a/NEWS.rst b/NEWS.rst index 18d45656b8..e33308693a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -75,6 +75,14 @@ v11.2.0 (unreleased) system are printed. A user may specify ``--all`` to also print models which are not supported on the host.
+ * 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