RE: [PATCH RFC V2 25/37] arm/virt: Add/update basic hot-(un)plug framework

2023-10-16 Thread Salil Mehta via
.@loongson.cn; lixiang...@loongson.cn > Subject: Re: [PATCH RFC V2 25/37] arm/virt: Add/update basic hot-(un)plug > framework > > Hi Salil, > > On 9/26/23 20:04, Salil Mehta wrote: > > Add CPU hot-unplug hooks and update hotplug hooks with additional sanity > > checks

Re: [PATCH RFC V2 25/37] arm/virt: Add/update basic hot-(un)plug framework

2023-09-28 Thread Gavin Shan
Hi Salil, On 9/26/23 20:04, Salil Mehta wrote: Add CPU hot-unplug hooks and update hotplug hooks with additional sanity checks for use in hotplug paths. Note, Functional contents of the hooks(now left with TODO comment) shall be gradually filled in the subsequent patches in an incremental appro

[PATCH RFC V2 25/37] arm/virt: Add/update basic hot-(un)plug framework

2023-09-26 Thread Salil Mehta via
Add CPU hot-unplug hooks and update hotplug hooks with additional sanity checks for use in hotplug paths. Note, Functional contents of the hooks(now left with TODO comment) shall be gradually filled in the subsequent patches in an incremental approach to patch and logic building which would be rou