[virt-manager] [PATCH v2] cli: Add --iothreads defaultiothread.thread_pool_{min,max}

Cole Robinson crobinso at redhat.com
Tue Aug 2 19:02:50 UTC 2022


On 8/2/22 1:02 AM, Lin Ma wrote:
> It allows to set the thread pool size to optimize spawning worker threads
> for the default event loop in real time environment. For example:
> 
> --iothreads defaultiothread.thread_pool_min=8,\
> defaultiothread.thread_pool_max=16
> 
> Signed-off-by: Lin Ma <lma at suse.com>
> ---
>  tests/data/cli/compare/virt-install-many-devices.xml |  1 +
>  tests/test_cli.py                                    |  2 +-
>  virtinst/cli.py                                      | 10 ++++++++++
>  virtinst/guest.py                                    | 11 ++++++++++-
>  4 files changed, 22 insertions(+), 2 deletions(-)

Thanks! pushed now

- Cole


More information about the virt-tools-list mailing list