Re: [Xen-devel] [PATCH v2 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-16 Thread Julien Grall
Hi Stefano, On 16/10/15 17:34, Stefano Stabellini wrote: > Build cpu_hotplug for ARM and ARM64 guests. > > Rename arch_(un)register_cpu to xen_(un)register_cpu and provide an > empty implementation on ARM and ARM64. On x86 just call > arch_(un)register_cpu as we are already doing. > > Initialize

[Xen-devel] [PATCH v2 1/3] xen/arm: Enable cpu_hotplug.c

2015-10-16 Thread Stefano Stabellini
Build cpu_hotplug for ARM and ARM64 guests. Rename arch_(un)register_cpu to xen_(un)register_cpu and provide an empty implementation on ARM and ARM64. On x86 just call arch_(un)register_cpu as we are already doing. Initialize cpu_hotplug on ARM. Signed-off-by: Stefano Stabellini --- Changes i