]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: virtiofs: add thread_pool element
authorJán Tomko <jtomko@redhat.com>
Fri, 10 Jun 2022 13:10:29 +0000 (15:10 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 16 Jun 2022 12:58:25 +0000 (14:58 +0200)
commit0df2e7df80452f81edbfeb0ee355235b533346a9
tree32b73c4ddf83623a1aace8c3b11f015a3faa45be
parent261f1061005b4cd14c7544f3b0b414a8f82b53cb
conf: virtiofs: add thread_pool element

Add an element to configure the thread pool size:

...
<binary>
  <thread_pool size='16'/>
</binary>
...

https://bugzilla.redhat.com/show_bug.cgi?id=2072905

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/schemas/domaincommon.rng
tests/qemuxml2argvdata/vhost-user-fs-fd-memory.xml