Re: [libvirt] [PATCH v4 1/9] conf: Add new domain XML element 'iothreadids'

2015-04-23 Thread John Ferlan
... @@ -3298,6 +3325,21 @@ virDomainDefPostParseInternal(virDomainDefPtr def, return -1; } +/* Fully populate the IOThread ID list */ +if (def-iothreads def-iothreads != def-niothreadids) { +unsigned int iothread_id = 1; +while

Re: [libvirt] [PATCH v4 1/9] conf: Add new domain XML element 'iothreadids'

2015-04-23 Thread Peter Krempa
On Tue, Apr 21, 2015 at 19:31:22 -0400, John Ferlan wrote: Adding a new XML element 'iothreadids' in order to allow defining specific IOThread ID's rather than relying on the algorithm to assign IOThread ID's starting at 1 and incrementing to iothreads count. This will allow future patches

[libvirt] [PATCH v4 1/9] conf: Add new domain XML element 'iothreadids'

2015-04-21 Thread John Ferlan
Adding a new XML element 'iothreadids' in order to allow defining specific IOThread ID's rather than relying on the algorithm to assign IOThread ID's starting at 1 and incrementing to iothreads count. This will allow future patches to be able to add new IOThreads by a specific iothread_id and of