]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce QEMU_CAPS_IOTHREAD_THREAD_POOL_MAX
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 10 May 2022 10:05:44 +0000 (12:05 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 10 Jun 2022 12:00:08 +0000 (14:00 +0200)
commit38a67a9a9e8b5ec2d4dbf1aec725bca8861df4b1
tree2c9b87640079f5235c1afe9d3f5951a46568419a
parent568503edf1c7fcf1f9aa13899c6405a52e373b16
qemu: Introduce QEMU_CAPS_IOTHREAD_THREAD_POOL_MAX

This capability reflects whether QEMU allows setting
thread-pool-min and thread-pool-max attributes on iothread
object. Since both attributes were introduced in the same commit
(v7.0.0-878-g71ad4713cc) and can't exist independently of each
other we can stick with one capability covering both of them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
tests/qemucapabilitiesdata/caps_7.1.0.x86_64.xml