Re: [Xen-devel] [PATCH 5/6] xen/cpupool: simplify suspend/resume handling

2019-03-27 Thread Dario Faggioli
On Mon, 2019-03-18 at 14:11 +0100, Juergen Gross wrote: > Instead of removing cpus temporarily from cpupools during > suspend/resume only remove cpus finally which didn't come up when > resuming. > > Signed-off-by: Juergen Gross > --- > xen/common/cpupool.c | 130 ++

Re: [Xen-devel] [PATCH 5/6] xen/cpupool: simplify suspend/resume handling

2019-03-27 Thread George Dunlap
On 3/18/19 1:11 PM, Juergen Gross wrote: > Instead of removing cpus temporarily from cpupools during > suspend/resume only remove cpus finally which didn't come up when > resuming. > > Signed-off-by: Juergen Gross Looks good overall -- one comment... > @@ -774,10 +741,15 @@ static int cpu_callb

[Xen-devel] [PATCH 5/6] xen/cpupool: simplify suspend/resume handling

2019-03-18 Thread Juergen Gross
Instead of removing cpus temporarily from cpupools during suspend/resume only remove cpus finally which didn't come up when resuming. Signed-off-by: Juergen Gross --- xen/common/cpupool.c | 130 ++--- xen/include/xen/sched-if.h | 1 - 2 files chang