Re: [libvirt] [PATCH 6/9] conf: extract ignoring of inactive vcpu pinning information

2016-03-09 Thread Peter Krempa
On Fri, Mar 04, 2016 at 07:30:39 -0500, John Ferlan wrote: > > > On 02/24/2016 09:22 AM, Peter Krempa wrote: > > Introduce VIR_DOMAIN_DEF_FEATURE_OFFLINE_CPUPIN domain feature flag > > Should it be VCPUPIN ? Yep. > > > whcih will allow to skip ignoring of the pinning information for > > hyper

Re: [libvirt] [PATCH 6/9] conf: extract ignoring of inactive vcpu pinning information

2016-03-04 Thread John Ferlan
On 02/24/2016 09:22 AM, Peter Krempa wrote: > Introduce VIR_DOMAIN_DEF_FEATURE_OFFLINE_CPUPIN domain feature flag Should it be VCPUPIN ? > whcih will allow to skip ignoring of the pinning information for > hypervisor drivers which will want to implement forward-pinning of > vcpus. > --- > src/

[libvirt] [PATCH 6/9] conf: extract ignoring of inactive vcpu pinning information

2016-02-24 Thread Peter Krempa
Introduce VIR_DOMAIN_DEF_FEATURE_OFFLINE_CPUPIN domain feature flag whcih will allow to skip ignoring of the pinning information for hypervisor drivers which will want to implement forward-pinning of vcpus. --- src/conf/domain_conf.c | 28 +++- src/conf/domain_conf.h | 1 +