[libvirt] [PATCHv4 2/6] qemu: format kernel_irqchip on the command line

John Ferlan jferlan at redhat.com
Fri May 5 17:58:57 UTC 2017



On 05/03/2017 10:05 AM, Ján Tomko wrote:
> Add kernel_irqchip=split/on to the QEMU command line
> and a capability that looks for it in query-command-line-options
> output. For the 'split' option, use a version check
> since it cannot be reasonably probed.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1427005
> ---
>  src/qemu/qemu_capabilities.c                       |  8 +++++++
>  src/qemu/qemu_capabilities.h                       |  4 ++++
>  src/qemu/qemu_command.c                            | 25 ++++++++++++++++++++++
>  tests/qemucapabilitiesdata/caps_1.5.3.x86_64.xml   |  1 +
>  tests/qemucapabilitiesdata/caps_1.6.0.x86_64.xml   |  1 +
>  tests/qemucapabilitiesdata/caps_1.7.0.x86_64.xml   |  1 +
>  tests/qemucapabilitiesdata/caps_2.1.1.x86_64.xml   |  1 +
>  tests/qemucapabilitiesdata/caps_2.4.0.x86_64.xml   |  1 +
>  tests/qemucapabilitiesdata/caps_2.5.0.x86_64.xml   |  1 +
>  .../caps_2.6.0-gicv2.aarch64.xml                   |  2 ++
>  .../caps_2.6.0-gicv3.aarch64.xml                   |  2 ++
>  tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.xml  |  2 ++
>  tests/qemucapabilitiesdata/caps_2.6.0.x86_64.xml   |  2 ++
>  tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml    |  2 ++
>  tests/qemucapabilitiesdata/caps_2.7.0.x86_64.xml   |  2 ++
>  tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml    |  2 ++
>  tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml   |  2 ++
>  tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml   |  2 ++
>  .../qemuxml2argv-intel-iommu-ioapic.args           | 19 ++++++++++++++++
>  tests/qemuxml2argvtest.c                           |  5 +++++
>  20 files changed, 85 insertions(+)
>  create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-intel-iommu-ioapic.args
> 

ACK,

John




More information about the libvir-list mailing list