Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-10 Thread Ayan Kumar Halder
Hi Luca, On 04/04/2025 10:06, Luca Fancellu wrote: Hi Ayan, On 3 Apr 2025, at 18:12, Ayan Kumar Halder wrote: Added a new file prepare_xen_region.inc to hold the common earlyboot MPU regions configurations across arm64 and arm32. prepare_xen_region, fail_insufficient_regions() will be used

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-07 Thread Orzel, Michal
On 07/04/2025 16:34, Luca Fancellu wrote: > > > Hi Ayan, > > >> On 7 Apr 2025, at 15:29, Ayan Kumar Halder wrote: >> >> Hi Luca, >> >> On 04/04/2025 10:06, Luca Fancellu wrote: >>> Hi Ayan, >>> On 3 Apr 2025, at 18:12, Ayan Kumar Halder wrote: Added a new file prepare_

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-07 Thread Orzel, Michal
On 07/04/2025 16:07, Ayan Kumar Halder wrote: > > On 07/04/2025 14:31, Luca Fancellu wrote: >> Hi Ayan, > Hi, >> >>> On 7 Apr 2025, at 14:18, Ayan Kumar Halder wrote: >>> >>> Hi Michal, >>> >>> On 07/04/2025 10:04, Orzel, Michal wrote: On 03/04/2025 19:12, Ayan Kumar Halder wrote: > A

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-07 Thread Luca Fancellu
Hi Ayan, > On 7 Apr 2025, at 15:29, Ayan Kumar Halder wrote: > > Hi Luca, > > On 04/04/2025 10:06, Luca Fancellu wrote: >> Hi Ayan, >> >>> On 3 Apr 2025, at 18:12, Ayan Kumar Halder >>> wrote: >>> >>> Added a new file prepare_xen_region.inc to hold the common earlyboot MPU >>> regions >>>

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-07 Thread Ayan Kumar Halder
On 07/04/2025 14:31, Luca Fancellu wrote: Hi Ayan, Hi, On 7 Apr 2025, at 14:18, Ayan Kumar Halder wrote: Hi Michal, On 07/04/2025 10:04, Orzel, Michal wrote: On 03/04/2025 19:12, Ayan Kumar Halder wrote: Added a new file prepare_xen_region.inc to hold the common earlyboot MPU regions c

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-07 Thread Luca Fancellu
Hi Ayan, > On 7 Apr 2025, at 14:18, Ayan Kumar Halder wrote: > > Hi Michal, > > On 07/04/2025 10:04, Orzel, Michal wrote: >> >> On 03/04/2025 19:12, Ayan Kumar Halder wrote: >>> Added a new file prepare_xen_region.inc to hold the common earlyboot MPU >>> regions >>> configurations across arm6

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-07 Thread Ayan Kumar Halder
Hi Michal, On 07/04/2025 10:04, Orzel, Michal wrote: On 03/04/2025 19:12, Ayan Kumar Halder wrote: Added a new file prepare_xen_region.inc to hold the common earlyboot MPU regions configurations across arm64 and arm32. prepare_xen_region, fail_insufficient_regions() will be used by both arm32

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-07 Thread Orzel, Michal
On 03/04/2025 19:12, Ayan Kumar Halder wrote: > Added a new file prepare_xen_region.inc to hold the common earlyboot MPU > regions > configurations across arm64 and arm32. > > prepare_xen_region, fail_insufficient_regions() will be used by both arm32 and > arm64. Thus, they have been moved to

Re: [PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-04 Thread Luca Fancellu
Hi Ayan, > On 3 Apr 2025, at 18:12, Ayan Kumar Halder wrote: > > Added a new file prepare_xen_region.inc to hold the common earlyboot MPU > regions > configurations across arm64 and arm32. > > prepare_xen_region, fail_insufficient_regions() will be used by both arm32 and > arm64. Thus, they ha

[PATCH v4 1/3] xen/arm: Move some of the functions to common file

2025-04-03 Thread Ayan Kumar Halder
Added a new file prepare_xen_region.inc to hold the common earlyboot MPU regions configurations across arm64 and arm32. prepare_xen_region, fail_insufficient_regions() will be used by both arm32 and arm64. Thus, they have been moved to prepare_xen_region.inc. enable_secondary_cpu_mm() is a stub w