From: John Ferlan Date: Fri, 19 Oct 2018 14:17:32 +0000 (-0400) Subject: docs: Add news article for IOThread polling X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=41ce88159e820aef311dae39b0e6ab9cd736a168;p=libvirt.git docs: Add news article for IOThread polling Signed-off-by: John Ferlan ACKed-by: Michal Privoznik --- 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. + +