mirror of https://gitee.com/openkylin/libvirt.git
docs: Add emulatorsched fix info to news.xml
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
c67a3c0fc3
commit
e4030aac15
|
@ -45,6 +45,18 @@
|
|||
<section title="Improvements">
|
||||
</section>
|
||||
<section title="Bug fixes">
|
||||
<change>
|
||||
<summary>
|
||||
qemu: Fix emulator scheduler support
|
||||
</summary>
|
||||
<description>
|
||||
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.
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
</release>
|
||||
<release version="v5.3.0" date="2019-05-04">
|
||||
|
|
Loading…
Reference in New Issue