Re: [libvirt] [PATCH 2/4] qemu: Add support for iothreads

2014-08-26 Thread John Ferlan
On 08/26/2014 01:03 AM, Martin Kletzander wrote: On Mon, Aug 25, 2014 at 08:38:07PM -0400, John Ferlan wrote: Add a new capability to ensure the iothreads feature exists for the qemu emulator being run - requires the query-iothreads QMP command. Using the domain XML add correspoding command

[libvirt] [PATCH 2/4] qemu: Add support for iothreads

2014-08-25 Thread John Ferlan
Add a new capability to ensure the iothreads feature exists for the qemu emulator being run - requires the query-iothreads QMP command. Using the domain XML add correspoding command argument in order to generate the threads. The iothreads will use a name space libvirtIothread# where, the future

Re: [libvirt] [PATCH 2/4] qemu: Add support for iothreads

2014-08-25 Thread Martin Kletzander
On Mon, Aug 25, 2014 at 08:38:07PM -0400, John Ferlan wrote: Add a new capability to ensure the iothreads feature exists for the qemu emulator being run - requires the query-iothreads QMP command. Using the domain XML add correspoding command argument in order to generate the threads. The