Re: [PATCH 03/11] xen/arm: Introduce a generic way to access memory bank structures

2024-03-20 Thread Julien Grall
On 19/03/2024 13:10, Michal Orzel wrote: Hi Luca, On 12/03/2024 14:03, Luca Fancellu wrote: Currently the 'stuct meminfo' is defining a static defined array of 'struct membank' of NR_MEM_BANKS elements, some feature like shared memory don't require such amount of memory allocation but

Re: [PATCH 03/11] xen/arm: Introduce a generic way to access memory bank structures

2024-03-19 Thread Luca Fancellu
> On 19 Mar 2024, at 13:10, Michal Orzel wrote: > > Hi Luca, Hi Michal, Thanks for having a look > > On 12/03/2024 14:03, Luca Fancellu wrote: >> >> >> Currently the 'stuct meminfo' is defining a static defined array of >> 'struct membank' of NR_MEM_BANKS elements, some feature like >>

Re: [PATCH 03/11] xen/arm: Introduce a generic way to access memory bank structures

2024-03-19 Thread Michal Orzel
Hi Luca, On 12/03/2024 14:03, Luca Fancellu wrote: > > > Currently the 'stuct meminfo' is defining a static defined array of > 'struct membank' of NR_MEM_BANKS elements, some feature like > shared memory don't require such amount of memory allocation but > might want to reuse existing code to

[PATCH 03/11] xen/arm: Introduce a generic way to access memory bank structures

2024-03-12 Thread Luca Fancellu
Currently the 'stuct meminfo' is defining a static defined array of 'struct membank' of NR_MEM_BANKS elements, some feature like shared memory don't require such amount of memory allocation but might want to reuse existing code to manipulate this kind of structure that is just as 'struct meminfo'