Re: [PATCH v1 10/13] xen/arm: allocate static shared memory to a specific owner domain

2022-03-17 Thread Stefano Stabellini
On Fri, 11 Mar 2022, Penny Zheng wrote: > From: Penny Zheng > > If owner property is defined, then owner domain of a static shared memory > region is not the default dom_shared anymore, but a specific domain. > > This commit implements allocating static shared memory to a specific domain > when

[PATCH v1 10/13] xen/arm: allocate static shared memory to a specific owner domain

2022-03-10 Thread Penny Zheng
From: Penny Zheng If owner property is defined, then owner domain of a static shared memory region is not the default dom_shared anymore, but a specific domain. This commit implements allocating static shared memory to a specific domain when owner property is defined. Signed-off-by: Penny