Re: [libvirt] [PATCH 2/9] qemu: format kernel_irqchip on the command line

2017-03-28 Thread John Ferlan
On 03/23/2017 11:26 AM, Ján Tomko wrote: > Add kernel_irqchip=off/split/on to the QEMU command line > and a capability that looks for it in query-command-line-options > output. > > https://bugzilla.redhat.com/show_bug.cgi?id=1427005 > --- > src/libvirt_private.syms

[libvirt] [PATCH 2/9] qemu: format kernel_irqchip on the command line

2017-03-23 Thread Ján Tomko
Add kernel_irqchip=off/split/on to the QEMU command line and a capability that looks for it in query-command-line-options output. https://bugzilla.redhat.com/show_bug.cgi?id=1427005 --- src/libvirt_private.syms | 1 + src/qemu/qemu_capabilities.c