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@xxxxxxxx> > --- > 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