RE: [PATCH RFC V3 18/29] arm/virt: Add/update basic hot-(un)plug framework

2024-08-19 Thread Salil Mehta via
Hi Gavin, > From: Gavin Shan > Sent: Tuesday, August 13, 2024 2:21 AM > To: Salil Mehta ; qemu-devel@nongnu.org; > qemu-...@nongnu.org; m...@redhat.com > > On 6/14/24 9:36 AM, Salil Mehta wrote: > > Add CPU hot-unplug hooks and update hotplug hooks with additional > > sanity checks for u

Re: [PATCH RFC V3 18/29] arm/virt: Add/update basic hot-(un)plug framework

2024-08-12 Thread Gavin Shan
On 6/14/24 9:36 AM, Salil Mehta wrote: Add CPU hot-unplug hooks and update hotplug hooks with additional sanity checks for use in hotplug paths. Note: The functional contents of the hooks (currently left with TODO comments) will be gradually filled in subsequent patches in an incremental approac

[PATCH RFC V3 18/29] arm/virt: Add/update basic hot-(un)plug framework

2024-06-13 Thread Salil Mehta via
Add CPU hot-unplug hooks and update hotplug hooks with additional sanity checks for use in hotplug paths. Note: The functional contents of the hooks (currently left with TODO comments) will be gradually filled in subsequent patches in an incremental approach to patch and logic building, which woul