Re: [PATCH v1 0/4] Implement CPU hotplug on Arm

2025-09-25 Thread Grygorii Strashko
On 23.09.25 21:38, Julien Grall wrote: Hi Grygorii, On 23/09/2025 17:09, Grygorii Strashko wrote: On 18.09.25 15:16, Mykyta Poturai wrote: This series implements support for CPU hotplug/unplug on Arm. To achieve this, several things need to be done: 1. XEN_SYSCTL_CPU_HOTPLUG_* calls implem

Re: [PATCH v1 0/4] Implement CPU hotplug on Arm

2025-09-23 Thread Grygorii Strashko
Hi Mykyta, Thank a lot for your patches. On 18.09.25 15:16, Mykyta Poturai wrote: This series implements support for CPU hotplug/unplug on Arm. To achieve this, several things need to be done: 1. XEN_SYSCTL_CPU_HOTPLUG_* calls implemented. 2. timer and GIC maintenance interrupts switched to st

[PATCH v1 0/4] Implement CPU hotplug on Arm

2025-09-18 Thread Mykyta Poturai
This series implements support for CPU hotplug/unplug on Arm. To achieve this, several things need to be done: 1. XEN_SYSCTL_CPU_HOTPLUG_* calls implemented. 2. timer and GIC maintenance interrupts switched to static irqactions to remove the need for freeing them during release_irq. 3. Enabled the