Re: [Xen-devel] [PATCH v4 17/26] x86/pv: Provide custom cpumasks for PV domains

2016-04-05 Thread Andrew Cooper
On 28/03/16 20:40, Konrad Rzeszutek Wilk wrote: > On Wed, Mar 23, 2016 at 04:36:20PM +, Andrew Cooper wrote: >> And use them in preference to cpumask_defaults on context switch. HVM >> domains > Extra space before HVM It is normal to have two spaces following a full stop in written text. Ob

Re: [Xen-devel] [PATCH v4 17/26] x86/pv: Provide custom cpumasks for PV domains

2016-03-28 Thread Konrad Rzeszutek Wilk
On Wed, Mar 23, 2016 at 04:36:20PM +, Andrew Cooper wrote: > And use them in preference to cpumask_defaults on context switch. HVM domains Extra space before HVM > must not be masked (to avoid interfering with cpuid calls within the guest), > so always lazily context switch to the host defaul

[Xen-devel] [PATCH v4 17/26] x86/pv: Provide custom cpumasks for PV domains

2016-03-23 Thread Andrew Cooper
And use them in preference to cpumask_defaults on context switch. HVM domains must not be masked (to avoid interfering with cpuid calls within the guest), so always lazily context switch to the host default. Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich --- v2: * s/cpumasks/cpuidmasks/