29 Jul
2026
29 Jul
'26
9:53 a.m.
On Wed, Jul 22, 2026 at 13:52:11 -0500, Jaehoon Kim wrote:
Add a capability flag for the iothread poll-weight property.
Detect support for the property from the QMP schema so that libvirt can conditionally expose and use poll-weight only with QEMU binaries that support it.
Signed-off-by: Jaehoon Kim <jhkim@linux.ibm.com> --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h | 1 + tests/qemucapabilitiesdata/caps_11.1.0_aarch64.xml | 1 + tests/qemucapabilitiesdata/caps_11.1.0_x86_64.xml | 1 + 4 files changed, 5 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>