Re: [PATCH v2 03/13] xen/arm: Pass struct kernel_info parameter to make_resv_memory_node

2024-04-09 Thread Michal Orzel
Hi Luca, The title should be "xen/arm: Pass struct kernel_info parameter to make_{resv,shm}_memory_node given that you're modifying both functions. On 09/04/2024 13:45, Luca Fancellu wrote: > > > The struct domain parameter is not used in make_resv_memory_node > and in its called function make

[PATCH v2 03/13] xen/arm: Pass struct kernel_info parameter to make_resv_memory_node

2024-04-09 Thread Luca Fancellu
The struct domain parameter is not used in make_resv_memory_node and in its called function make_shm_memory_node, so drop it from both function, also, take the occasion to pass directly struct kernel_info, from which we can infer other parameter passed to the functions and drop them as well. Signe