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

2017-05-05 Thread John Ferlan
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_bu

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

2017-05-03 Thread Ján Tomko
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