Re: [libvirt] [PATCH v5 08/10] domain: Introduce virDomainIOThreadSchedDelId

2015-04-27 Thread Peter Krempa
On Fri, Apr 24, 2015 at 12:06:00 -0400, John Ferlan wrote: We're about to allow IOThreads to be deleted, but an iothreadid may be included in some domain thread sched, so add a new API to allow removing an iothread from some entry. Then during the writing of the threadsched data and an

Re: [libvirt] [PATCH v5 08/10] domain: Introduce virDomainIOThreadSchedDelId

2015-04-27 Thread John Ferlan
On 04/27/2015 10:35 AM, Peter Krempa wrote: On Fri, Apr 24, 2015 at 12:06:00 -0400, John Ferlan wrote: We're about to allow IOThreads to be deleted, but an iothreadid may be included in some domain thread sched, so add a new API to allow removing an iothread from some entry. Then during

Re: [libvirt] [PATCH v5 08/10] domain: Introduce virDomainIOThreadSchedDelId

2015-04-27 Thread Peter Krempa
On Mon, Apr 27, 2015 at 11:54:08 -0400, John Ferlan wrote: On 04/27/2015 10:35 AM, Peter Krempa wrote: On Fri, Apr 24, 2015 at 12:06:00 -0400, John Ferlan wrote: We're about to allow IOThreads to be deleted, but an iothreadid may be included in some domain thread sched, so add a new API

[libvirt] [PATCH v5 08/10] domain: Introduce virDomainIOThreadSchedDelId

2015-04-24 Thread John Ferlan
We're about to allow IOThreads to be deleted, but an iothreadid may be included in some domain thread sched, so add a new API to allow removing an iothread from some entry. Then during the writing of the threadsched data and an additional check to determine whether the bitmap is all clear before