Re: [Xen-devel] [PATCH 1/2] xen/x86: Convert to hotplug state machine

2016-09-01 Thread Boris Ostrovsky
On 08/31/2016 12:15 PM, Sebastian Andrzej Siewior wrote: > On 2016-08-26 15:37:38 [-0400], Boris Ostrovsky wrote: >>> If you do find the time, you might manage to rework the code to avoid >>> using the _nocalls() function. If see this right, you use >>> xen_setup_vcpu_info_placement() for the init

Re: [Xen-devel] [PATCH 1/2] xen/x86: Convert to hotplug state machine

2016-08-31 Thread Sebastian Andrzej Siewior
On 2016-08-26 15:37:38 [-0400], Boris Ostrovsky wrote: > > If you do find the time, you might manage to rework the code to avoid > > using the _nocalls() function. If see this right, you use > > xen_setup_vcpu_info_placement() for the init in the first place. This > > uses for_each_possible_cpu mac

Re: [Xen-devel] [PATCH 1/2] xen/x86: Convert to hotplug state machine

2016-08-26 Thread Boris Ostrovsky
On 08/17/2016 04:33 AM, Sebastian Andrzej Siewior wrote: > On 2016-08-15 10:46:46 [-0400], Boris Ostrovsky wrote: >> Switch to new CPU hotplug infrastructure. >> >> Signed-off-by: Boris Ostrovsky >> Suggested-by: Sebastian Andrzej Siewior >> --- >> arch/x86/xen/enlighten.c | 115 >> +

Re: [Xen-devel] [PATCH 1/2] xen/x86: Convert to hotplug state machine

2016-08-17 Thread Sebastian Andrzej Siewior
On 2016-08-15 10:46:46 [-0400], Boris Ostrovsky wrote: > Switch to new CPU hotplug infrastructure. > > Signed-off-by: Boris Ostrovsky > Suggested-by: Sebastian Andrzej Siewior > --- > arch/x86/xen/enlighten.c | 115 > +--- > include/linux/cpuhotplug.h

[Xen-devel] [PATCH 1/2] xen/x86: Convert to hotplug state machine

2016-08-15 Thread Boris Ostrovsky
Switch to new CPU hotplug infrastructure. Signed-off-by: Boris Ostrovsky Suggested-by: Sebastian Andrzej Siewior --- arch/x86/xen/enlighten.c | 115 +--- include/linux/cpuhotplug.h |2 + 2 files changed, 67 insertions(+), 50 deletions(-) diff --gi