Re: [libvirt] [PATCH 2/2] qemu: format eim on intel-iommu command line

2017-05-24 Thread Andrea Bolognani
On Thu, 2017-05-18 at 11:09 +0200, Ján Tomko wrote: > This option turns on extended interrupt mode, > which allows more than 255 vCPUs. >  > https://bugzilla.redhat.com/show_bug.cgi?id=1451282 > --- >  src/qemu/qemu_capabilities.c |  2 ++ >  src/qemu/qemu_capabilities.h 

[libvirt] [PATCH 2/2] qemu: format eim on intel-iommu command line

2017-05-18 Thread Ján Tomko
This option turns on extended interrupt mode, which allows more than 255 vCPUs. https://bugzilla.redhat.com/show_bug.cgi?id=1451282 --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h | 1 + src/qemu/qemu_command.c