[PATCH v3 11/15] qemu: Wire up new virDomainSetIOThreadParams parameters

Peter Krempa pkrempa at redhat.com
Thu Jun 9 08:39:43 UTC 2022


On Wed, Jun 08, 2022 at 15:43:05 +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 since these two
> parameters are exposed in domain XML too the update of inactive
> XML can be wired up too.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/qemu_driver.c       | 140 +++++++++++++++++++++++++++++++++--
>  src/qemu/qemu_monitor.h      |   4 +
>  src/qemu/qemu_monitor_json.c |   2 +
>  3 files changed, 141 insertions(+), 5 deletions(-)

Reviewed-by: Peter Krempa <pkrempa at redhat.com>


More information about the libvir-list mailing list