Re: [RFC PATCH 2/4] xen/arm: Move make_hypervisor_node()

2025-06-28 Thread Koichiro Den
On Mon, Jun 23, 2025 at 03:40:24PM +0200, Orzel, Michal wrote: > > > On 21/06/2025 17:11, Koichiro Den wrote: > > Even though make_hypervisor_node() does not rely on the /reserved-memory > > instantiation when calling find_unused_regions() (the wrapper introduced > > in the previous commit), the

Re: [RFC PATCH 2/4] xen/arm: Move make_hypervisor_node()

2025-06-23 Thread Orzel, Michal
On 21/06/2025 17:11, Koichiro Den wrote: > Even though make_hypervisor_node() does not rely on the /reserved-memory > instantiation when calling find_unused_regions() (the wrapper introduced > in the previous commit), the next but one commit will use it for PV time Unless for specific reasons, y

[RFC PATCH 2/4] xen/arm: Move make_hypervisor_node()

2025-06-21 Thread Koichiro Den
Even though make_hypervisor_node() does not rely on the /reserved-memory instantiation when calling find_unused_regions() (the wrapper introduced in the previous commit), the next but one commit will use it for PV time shared regions, in addition to the existing extended regions. Move it as a prer