
9 Jun
2022
9 Jun
'22
10:39 a.m.
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@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@redhat.com>