Re: [libvirt] [PATCH v3 1/9] Implement public API for virDomainGetIOThreadsInfo

2015-03-05 Thread Ján Tomko
On Thu, Mar 05, 2015 at 07:45:51AM -0500, John Ferlan wrote: +unsigned char *cpumap; /* CPU map for thread */ +int cpumaplen; /* cpumap size */ +size_t nresources; /* count of resources using IOThread */ +char

Re: [libvirt] [PATCH v3 1/9] Implement public API for virDomainGetIOThreadsInfo

2015-03-05 Thread Daniel P. Berrange
On Thu, Mar 05, 2015 at 05:21:41PM +0100, Ján Tomko wrote: On Thu, Mar 05, 2015 at 07:45:51AM -0500, John Ferlan wrote: +unsigned char *cpumap; /* CPU map for thread */ +int cpumaplen; /* cpumap size */ +size_t nresources;

Re: [libvirt] [PATCH v3 1/9] Implement public API for virDomainGetIOThreadsInfo

2015-03-05 Thread John Ferlan
On 03/04/2015 12:24 PM, Ján Tomko wrote: On Tue, Feb 17, 2015 at 04:03:50PM -0500, John Ferlan wrote: Add virDomainGetIOThreadsInfo in order to return a list of virDomainIOThreadsInfoPtr structures which list the IOThread ID, the CPU Affinity map, and associated resources for each IOThread

Re: [libvirt] [PATCH v3 1/9] Implement public API for virDomainGetIOThreadsInfo

2015-03-04 Thread Ján Tomko
On Tue, Feb 17, 2015 at 04:03:50PM -0500, John Ferlan wrote: Add virDomainGetIOThreadsInfo in order to return a list of virDomainIOThreadsInfoPtr structures which list the IOThread ID, the CPU Affinity map, and associated resources for each IOThread for the domain. For an active domain, the

Re: [libvirt] [PATCH v3 1/9] Implement public API for virDomainGetIOThreadsInfo

2015-02-24 Thread John Ferlan
On 02/24/2015 03:11 PM, Laine Stump wrote: On 02/17/2015 04:03 PM, John Ferlan wrote: Add virDomainGetIOThreadsInfo in order to return a list of virDomainIOThreadsInfoPtr structures which list the IOThread ID, the CPU Affinity map, and associated resources for each IOThread for the domain.

Re: [libvirt] [PATCH v3 1/9] Implement public API for virDomainGetIOThreadsInfo

2015-02-24 Thread Laine Stump
On 02/17/2015 04:03 PM, John Ferlan wrote: Add virDomainGetIOThreadsInfo in order to return a list of virDomainIOThreadsInfoPtr structures which list the IOThread ID, the CPU Affinity map, and associated resources for each IOThread for the domain. For an active domain, the live data will be

[libvirt] [PATCH v3 1/9] Implement public API for virDomainGetIOThreadsInfo

2015-02-17 Thread John Ferlan
Add virDomainGetIOThreadsInfo in order to return a list of virDomainIOThreadsInfoPtr structures which list the IOThread ID, the CPU Affinity map, and associated resources for each IOThread for the domain. For an active domain, the live data will be returned, while for an inactive domain, the