[libvirt PATCH 0/2] qemu: virtiofs: add --thread-pool-size option

Ján Tomko posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1654867527.git.jtomko@redhat.com
docs/formatdomain.rst                              |  6 ++++++
src/conf/domain_conf.c                             | 14 ++++++++++++++
src/conf/domain_conf.h                             |  1 +
src/conf/schemas/domaincommon.rng                  |  9 +++++++++
src/qemu/qemu_virtiofs.c                           |  4 ++++
tests/qemuxml2argvdata/vhost-user-fs-fd-memory.xml |  1 +
6 files changed, 35 insertions(+)
[libvirt PATCH 0/2] qemu: virtiofs: add --thread-pool-size option
Posted by Ján Tomko 1 year, 11 months ago
Ján Tomko (2):
  conf: virtiofs: add thread_pool element
  qemu: virtiofs: format --thread-pool-size

 docs/formatdomain.rst                              |  6 ++++++
 src/conf/domain_conf.c                             | 14 ++++++++++++++
 src/conf/domain_conf.h                             |  1 +
 src/conf/schemas/domaincommon.rng                  |  9 +++++++++
 src/qemu/qemu_virtiofs.c                           |  4 ++++
 tests/qemuxml2argvdata/vhost-user-fs-fd-memory.xml |  1 +
 6 files changed, 35 insertions(+)

-- 
2.35.1

Re: [libvirt PATCH 0/2] qemu: virtiofs: add --thread-pool-size option
Posted by Michal Prívozník 1 year, 11 months ago
On 6/10/22 15:25, Ján Tomko wrote:
> Ján Tomko (2):
>   conf: virtiofs: add thread_pool element
>   qemu: virtiofs: format --thread-pool-size
> 
>  docs/formatdomain.rst                              |  6 ++++++
>  src/conf/domain_conf.c                             | 14 ++++++++++++++
>  src/conf/domain_conf.h                             |  1 +
>  src/conf/schemas/domaincommon.rng                  |  9 +++++++++
>  src/qemu/qemu_virtiofs.c                           |  4 ++++
>  tests/qemuxml2argvdata/vhost-user-fs-fd-memory.xml |  1 +
>  6 files changed, 35 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal