Re: [Xen-devel] [PATCH 2/3] xen: cpupool: assigning a CPU to a pool can fail

2015-05-06 Thread Juergen Gross
On 05/06/2015 05:10 PM, Dario Faggioli wrote: which means such an event must be handled at the call sites of cpupool_assign_cpu_locked(), and the error, if occurring, properly propagated. Signed-off-by: Dario Faggioli Cc: Juergen Gross Cc: George Dunlap Cc: Jan Beulich Cc: Andrew Cooper Cc:

[Xen-devel] [PATCH 2/3] xen: cpupool: assigning a CPU to a pool can fail

2015-05-06 Thread Dario Faggioli
which means such an event must be handled at the call sites of cpupool_assign_cpu_locked(), and the error, if occurring, properly propagated. Signed-off-by: Dario Faggioli Cc: Juergen Gross Cc: George Dunlap Cc: Jan Beulich Cc: Andrew Cooper Cc: Keir Fraser --- xen/common/cpupool.c | 15 +