[PATCH] NEWS: document added qemu poll-weigth support

Boris Fiuczynski posted 1 patch 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260827083820.7961-1-fiuczy@linux.ibm.com
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] NEWS: document added qemu poll-weigth support
Posted by Boris Fiuczynski 2 weeks, 3 days ago
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
---
 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 89e470e29d..bce158af0a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -47,6 +47,12 @@ v12.7.0 (unreleased)
         <wwn>01000000efbeadde</wwn>
       </disk>
 
+  * qemu: Add poll-weight support for iothreads
+
+    The qemu driver now supports the iothread poll-weight property,
+    which controls the weight of the most recent event interval in the
+    adaptive polling duration calculation.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.54.0
Re: [PATCH] NEWS: document added qemu poll-weigth support
Posted by Michal Prívozník via Devel 2 weeks, 3 days ago
On 8/27/26 10:38, Boris Fiuczynski wrote:
> Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
> ---
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Michal