Re: [PATCH 12/16] qemu: Wire up new virDomainSetIOThreadParams parameters

2022-06-02 Thread Peter Krempa
On Thu, Jun 02, 2022 at 09:18:02 +0200, Michal Privoznik wrote: > Introduced in previous commit, QEMU driver needs to be taught how > to set VIR_DOMAIN_IOTHREAD_THREAD_POOL_MIN and > VIR_DOMAIN_IOTHREAD_THREAD_POOL_MAX parameters on given IOThread. > Fortunately, this is fairly trivial to do and si

Re: [PATCH 12/16] qemu: Wire up new virDomainSetIOThreadParams parameters

2022-06-02 Thread Peter Krempa
On Thu, Jun 02, 2022 at 09:18:02 +0200, Michal Privoznik wrote: > Introduced in previous commit, QEMU driver needs to be taught how > to set VIR_DOMAIN_IOTHREAD_THREAD_POOL_MIN and > VIR_DOMAIN_IOTHREAD_THREAD_POOL_MAX parameters on given IOThread. > Fortunately, this is fairly trivial to do and si

[PATCH 12/16] qemu: Wire up new virDomainSetIOThreadParams parameters

2022-06-02 Thread Michal Privoznik
Introduced in previous commit, QEMU driver needs to be taught how to set VIR_DOMAIN_IOTHREAD_THREAD_POOL_MIN and VIR_DOMAIN_IOTHREAD_THREAD_POOL_MAX parameters on given IOThread. Fortunately, this is fairly trivial to do and since these two parameters are exposed in domain XML too the update of ina