Re: [PATCH v8 15/21] x86: move cpu hotplug from pc to x86

2020-09-15 Thread Igor Mammedov
On Tue, 15 Sep 2020 14:09:03 +0200 Gerd Hoffmann wrote: > The cpu hotplug code handles the initialization of coldplugged cpus > too, so it is needed even in case cpu hotplug is not supported. > > Move the code from pc to x86, so microvm can use it. > > Move both plug and unplug to keep everythi

[PATCH v8 15/21] x86: move cpu hotplug from pc to x86

2020-09-15 Thread Gerd Hoffmann
The cpu hotplug code handles the initialization of coldplugged cpus too, so it is needed even in case cpu hotplug is not supported. Move the code from pc to x86, so microvm can use it. Move both plug and unplug to keep everything in one place, even though microvm needs plug only. Signed-off-by: