From: Martin Kletzander Date: Mon, 15 Apr 2019 12:41:44 +0000 (+0200) Subject: docs: Add emulatorsched support to news.xml X-Git-Tag: v5.3.0-rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=545b0574fd27b56f243e21711935f99160cec214;p=thirdparty%2Flibvirt.git docs: Add emulatorsched support to news.xml Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- diff --git a/docs/news.xml b/docs/news.xml index 3b7cf8191e..e0cab23c49 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,18 @@
+ + + qemu: Add support for setting the emulator scheduler parameters + + + I/O threads and vCPU threads already support setting schedulers, but + until now it was impossible to do so for the main QEMU thread + (emulator thread in the libvirt naming). This is, however, requested + for some very specific scenarios, for example when vCPU threads are + running at such priority that could starve the main thread. + +