RE: [PATCH v1 03/13] xen/arm: allocate static shared memory to dom_shared

2022-03-18 Thread Stefano Stabellini
On Fri, 18 Mar 2022, Penny Zheng wrote: > > On Fri, 11 Mar 2022, Penny Zheng wrote: > > > From: Penny Zheng > > > > > > This commit introduces process_shm to cope with static shared memory > > > in domain construction. > > > > > > This commit only considers allocating static shared memory to > >

RE: [PATCH v1 03/13] xen/arm: allocate static shared memory to dom_shared

2022-03-18 Thread Penny Zheng
Hi Stefano > -Original Message- > From: Stefano Stabellini > Sent: Friday, March 18, 2022 10:00 AM > To: Penny Zheng > Cc: xen-devel@lists.xenproject.org; nd ; Stefano Stabellini > ; Julien Grall ; Bertrand Marquis > ; Volodymyr Babchuk > > Subject: R

Re: [PATCH v1 03/13] xen/arm: allocate static shared memory to dom_shared

2022-03-17 Thread Stefano Stabellini
On Fri, 11 Mar 2022, Penny Zheng wrote: > From: Penny Zheng > > This commit introduces process_shm to cope with static shared memory in > domain construction. > > This commit only considers allocating static shared memory to dom_shared > when owner domain is not explicitly defined in device

[PATCH v1 03/13] xen/arm: allocate static shared memory to dom_shared

2022-03-10 Thread Penny Zheng
From: Penny Zheng This commit introduces process_shm to cope with static shared memory in domain construction. This commit only considers allocating static shared memory to dom_shared when owner domain is not explicitly defined in device tree, the other scenario will be covered in the following