Re: [PATCH] virt: acrn: add hotplug_cpu dependency

2021-03-04 Thread Greg Kroah-Hartman
On Fri, Feb 26, 2021 at 02:30:18PM +0800, Shuo A Liu wrote: > On Fri 26.Feb'21 at 7:25:18 +0100, Greg Kroah-Hartman wrote: > > On Fri, Feb 26, 2021 at 09:38:07AM +0800, Shuo A Liu wrote: > > > Hi Arnd, > > > > > > There is already a patchset for this build issue. Please refer to > > > https://lor

Re: [PATCH] virt: acrn: add hotplug_cpu dependency

2021-02-25 Thread Shuo A Liu
On Fri 26.Feb'21 at 7:25:18 +0100, Greg Kroah-Hartman wrote: On Fri, Feb 26, 2021 at 09:38:07AM +0800, Shuo A Liu wrote: Hi Arnd, There is already a patchset for this build issue. Please refer to https://lore.kernel.org/lkml/20210221134339.57851-1-shuo.a@intel.com/. Hi Greg, Would you lik

Re: [PATCH] virt: acrn: add hotplug_cpu dependency

2021-02-25 Thread Greg Kroah-Hartman
On Fri, Feb 26, 2021 at 09:38:07AM +0800, Shuo A Liu wrote: > Hi Arnd, > > There is already a patchset for this build issue. Please refer to > https://lore.kernel.org/lkml/20210221134339.57851-1-shuo.a@intel.com/. > > Hi Greg, Would you like accept that patchset in you tree? I can't take any

Re: [PATCH] virt: acrn: add hotplug_cpu dependency

2021-02-25 Thread Shuo A Liu
Hi Arnd, There is already a patchset for this build issue. Please refer to https://lore.kernel.org/lkml/20210221134339.57851-1-shuo.a@intel.com/. Hi Greg, Would you like accept that patchset in you tree? Thanks shuo On Thu 25.Feb'21 at 14:38:30 +0100, Arnd Bergmann wrote: From: Arnd Ber

[PATCH] virt: acrn: add hotplug_cpu dependency

2021-02-25 Thread Arnd Bergmann
From: Arnd Bergmann Without CPU hotplug, acrn fails to build: drivers/virt/acrn/hsm.c:389:3: error: implicit declaration of function 'remove_cpu' [-Werror,-Wimplicit-function-declaration] remove_cpu(cpu); ^ drivers/virt/acrn/hsm.c:402:2: error: implicit declarati