]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: add entry for new max_threads_per_process option in qemu.conf
authorJim Fehlig <jfehlig@suse.com>
Wed, 31 Jul 2019 17:56:17 +0000 (11:56 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 1 Aug 2019 15:01:22 +0000 (09:01 -0600)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/news.xml

index 82a4ec9c84c81a0b6f00885cb02001c6c518ff4b..9483172335c8d37fc6060c4cedfb162a54e381ed 100644 (file)
           which portions of a disk have changed since a point in time.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Add support for overriding max threads per process limit
+        </summary>
+        <description>
+          systemd-based systems impose a limit on the number of threads a
+          process can spawn, which in some cases can be exceeded by QEMU
+          processes running VMs. Add a <code>max_threads_per_process</code>
+          option to qemu.conf to override the system default.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>