From: Martin Kletzander Date: Wed, 22 May 2019 09:09:11 +0000 (+0200) Subject: docs: Add emulatorsched fix info to news.xml X-Git-Tag: v5.4.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4030aac153bfa9a0fe41204839497d15ccf3c33;p=thirdparty%2Flibvirt.git docs: Add emulatorsched fix info to news.xml Signed-off-by: Martin Kletzander --- diff --git a/docs/news.xml b/docs/news.xml index 2ecb835e45..9922cd4de0 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -45,6 +45,18 @@
+ + + qemu: Fix emulator scheduler support + + + Setting the scheduler for QEMU's main thread before QEMU had a chance + to start up other threads was misleading as it would affect other + threads (vCPU and I/O) as well. In some particular situations this + could also lead to an error when the thread for vCPU #0 was being + moved to its cpu,cpuacct cgroup. This was fixed so that the scheduler for the main thread is set after QEMU starts. + +