]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Add emulatorsched fix info to news.xml
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 22 May 2019 09:09:11 +0000 (11:09 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 May 2019 14:05:23 +0000 (16:05 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/news.xml

index 2ecb835e45f09ddbe0df11bc58f4d45e4f52c2c0..9922cd4de0e29aa6ca0bf3c61e00f6a48a4bfa8d 100644 (file)
     <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">