From 41ce88159e820aef311dae39b0e6ab9cd736a168 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Fri, 19 Oct 2018 10:17:32 -0400 Subject: [PATCH] docs: Add news article for IOThread polling Signed-off-by: John Ferlan ACKed-by: Michal Privoznik --- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index f52f1ab01a..4406aeb775 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -55,6 +55,19 @@ guests. + + + Support changing IOThread polling parameters for a live guest + + + Introduced virDomainSetIOThreadParams which allows dynamically + setting the IOThread polling parameters used by QEMU to manage + the thread polling interval and the algorithm for growth or + shrink of the polling time. The values only affect a running + guest with IOThreads. The guest's IOThread polling values can + be viewed via the domain statistics. + +