On 7/29/2026 8:53 AM, Peter Krempa wrote:
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>
Thank you for reviewing the patch. I'll add your Reviewed-by tag in v2. Thanks, Jaehoon