[libvirt] [PATCH 09/11] qemu: Detect whether iothread polling is supported

Michal Privoznik mprivozn at redhat.com
Fri Oct 19 11:06:37 UTC 2018


On 10/07/2018 03:00 PM, John Ferlan wrote:
> Add a capability check for IOThread polling (all were added at the
> same time, so only one check is necessary).
> 
> Based on code originally posted by Pavel Hrdina <phrdina at redhat.com>
> with the only changes to include the more recent QEMU releases.
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  src/qemu/qemu_capabilities.c                       | 2 ++
>  src/qemu/qemu_capabilities.h                       | 1 +
>  tests/qemucapabilitiesdata/caps_2.10.0.aarch64.xml | 1 +
>  tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml   | 1 +
>  tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml   | 1 +
>  tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml  | 1 +
>  tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml   | 1 +
>  tests/qemucapabilitiesdata/caps_2.11.0.x86_64.xml  | 1 +
>  tests/qemucapabilitiesdata/caps_2.12.0.aarch64.xml | 1 +
>  tests/qemucapabilitiesdata/caps_2.12.0.ppc64.xml   | 1 +
>  tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml   | 1 +
>  tests/qemucapabilitiesdata/caps_2.12.0.x86_64.xml  | 1 +
>  tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml    | 1 +
>  tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml    | 1 +
>  tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml   | 1 +
>  tests/qemucapabilitiesdata/caps_3.0.0.ppc64.xml    | 1 +
>  tests/qemucapabilitiesdata/caps_3.0.0.riscv32.xml  | 1 +
>  tests/qemucapabilitiesdata/caps_3.0.0.riscv64.xml  | 1 +
>  tests/qemucapabilitiesdata/caps_3.0.0.s390x.xml    | 1 +
>  tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml   | 1 +
>  20 files changed, 21 insertions(+)

ACK

Michal




More information about the libvir-list mailing list