Re: [RFC PATCH v1] xen: arm: Set state to SYS_STATE_smp_boot before smp initialization

2024-05-19 Thread Julien Grall
Hi Ayan, Sorry this patch fell through the cracks. On 20/03/2024 18:54, Ayan Kumar Halder wrote: This is similar to what is being done on x86. OOI, how did you find this issue? Signed-off-by: Ayan Kumar Halder --- xen/arch/arm/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff

[RFC PATCH v1] xen: arm: Set state to SYS_STATE_smp_boot before smp initialization

2024-03-20 Thread Ayan Kumar Halder
This is similar to what is being done on x86. Signed-off-by: Ayan Kumar Halder --- xen/arch/arm/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c index 424744ad5e..3d110685bc 100644 --- a/xen/arch/arm/setup.c +++ b/xen/arch/arm/setup.c @@ -