Re: [RFC PATCH 3/4] xen/arm: Move make_resv_memory_node()

2025-06-28 Thread Koichiro Den
On Sun, Jun 22, 2025 at 04:12:15PM -0700, Stefano Stabellini wrote: > On Sun, 22 Jun 2025, Koichiro Den wrote: > > The /reserved-memory node is inherently not specific to static-shmem. In > > the next commit, child nodes will be added under /reserved-memory for > > the stolen time shared memory reg

Re: [RFC PATCH 3/4] xen/arm: Move make_resv_memory_node()

2025-06-22 Thread Stefano Stabellini
On Sun, 22 Jun 2025, Koichiro Den wrote: > The /reserved-memory node is inherently not specific to static-shmem. In > the next commit, child nodes will be added under /reserved-memory for > the stolen time shared memory regions. > > No functional changes intended. > > Signed-off-by: Koichiro Den