[PATCH] NEWS: qemu: Support for Block Disk Along with Throttle Filters

NEWS: qemu: Support for Block Disk Along with Throttle Filters Harikumar Rajkumar (1): NEWS: Support block disk along with throttle filters NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.48.1

--- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 1fc80e2496..c1be44a357 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -67,6 +67,12 @@ v11.2.0 (unreleased) restore. Using multiple channels can reduce the time required to save and restore domains. + * qemu: Support for Block Disk Along with Throttle Filters + + Introduce support for block disks with throttle filters in QEMU, providing + improved I/O control and allowing shared throttling across multiple block + devices for optimized performance. + * **Improvements** * qemu: Improved guest agent corner case error reporting -- 2.48.1

On Tue, Mar 25, 2025 at 11:10:08 +0530, Harikumar Rajkumar wrote: Missing developer certificate of origin certification: https://libvirt.org/hacking.html#developer-certificate-of-origin
--- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index 1fc80e2496..c1be44a357 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -67,6 +67,12 @@ v11.2.0 (unreleased) restore. Using multiple channels can reduce the time required to save and restore domains.
+ * qemu: Support for Block Disk Along with Throttle Filters + + Introduce support for block disks with throttle filters in QEMU, providing + improved I/O control and allowing shared throttling across multiple block + devices for optimized performance.
Throttling was already supported so this should emphasize that it's allows improved control by allowing more than one group (remember 'group_name' was already supported) per disk.
+ * **Improvements**
* qemu: Improved guest agent corner case error reporting -- 2.48.1
participants (2)
-
Harikumar Rajkumar
-
Peter Krempa