]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Add emulatorsched support to news.xml
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 15 Apr 2019 12:41:44 +0000 (14:41 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 16 Apr 2019 11:46:17 +0000 (13:46 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/news.xml

index 3b7cf8191e3f45193227680c569662a7d0627c51..e0cab23c496f0b12bd0c01f808d665775917cd2d 100644 (file)
 <libvirt>
   <release version="v5.3.0" date="unreleased">
     <section title="New features">
+      <change>
+        <summary>
+          qemu: Add support for setting the emulator scheduler parameters
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>