Re: [PATCH] virt: acrn: Fix vCPU removing code build error

2021-02-12 Thread Shuo A Liu
On Fri 12.Feb'21 at 12:02:18 +0100, Greg Kroah-Hartman wrote: On Fri, Feb 12, 2021 at 06:58:53PM +0800, Shuo A Liu wrote: Hi Greg, On Fri 12.Feb'21 at 8:52:33 +0100, Greg Kroah-Hartman wrote: > On Fri, Feb 12, 2021 at 12:57:24PM +0800, shuo.a@intel.com wrote: > > From: Shuo Liu > > > > vC

Re: [PATCH] virt: acrn: Fix vCPU removing code build error

2021-02-12 Thread Greg Kroah-Hartman
On Fri, Feb 12, 2021 at 06:58:53PM +0800, Shuo A Liu wrote: > Hi Greg, > > On Fri 12.Feb'21 at 8:52:33 +0100, Greg Kroah-Hartman wrote: > > On Fri, Feb 12, 2021 at 12:57:24PM +0800, shuo.a@intel.com wrote: > > > From: Shuo Liu > > > > > > vCPU removing code depends on CONFIG_HOTPLUG_CPU as

Re: [PATCH] virt: acrn: Fix vCPU removing code build error

2021-02-12 Thread Shuo A Liu
Hi Greg, On Fri 12.Feb'21 at 8:52:33 +0100, Greg Kroah-Hartman wrote: On Fri, Feb 12, 2021 at 12:57:24PM +0800, shuo.a@intel.com wrote: From: Shuo Liu vCPU removing code depends on CONFIG_HOTPLUG_CPU as it uses remove_cpu() and add_cpu(). Make the vCPU removing interface building with CO

Re: [PATCH] virt: acrn: Fix vCPU removing code build error

2021-02-11 Thread Greg Kroah-Hartman
On Fri, Feb 12, 2021 at 12:57:24PM +0800, shuo.a@intel.com wrote: > From: Shuo Liu > > vCPU removing code depends on CONFIG_HOTPLUG_CPU as it uses remove_cpu() > and add_cpu(). Make the vCPU removing interface building with > CONFIG_HOTPLUG_CPU. > > ../drivers/virt/acrn/hsm.c: In function ‘r

[PATCH] virt: acrn: Fix vCPU removing code build error

2021-02-11 Thread shuo . a . liu
From: Shuo Liu vCPU removing code depends on CONFIG_HOTPLUG_CPU as it uses remove_cpu() and add_cpu(). Make the vCPU removing interface building with CONFIG_HOTPLUG_CPU. ../drivers/virt/acrn/hsm.c: In function ‘remove_cpu_store’: ../drivers/virt/acrn/hsm.c:389:3: error: implicit declaration of f