[Xen-devel] [PATCH 16/24] xen: sched: factor affinity helpers out of sched_credit.c

2016-08-17 Thread Dario Faggioli
make it possible to use the various helpers from other schedulers, e.g., for implementing soft affinity within them. Since we are touching the code, also make it start using variables called v for struct_vcpu*, as it is preferrable. No functional change intended. Signed-off-by: Dario Faggioli S

Re: [Xen-devel] [PATCH 16/24] xen: sched: factor affinity helpers out of sched_credit.c

2016-09-28 Thread George Dunlap
On 17/08/16 18:19, Dario Faggioli wrote: > make it possible to use the various helpers from other > schedulers, e.g., for implementing soft affinity within > them. > > Since we are touching the code, also make it start using > variables called v for struct_vcpu*, as it is preferrable. > > No func