Re: [PATCH 8/9] xen/arm: check `xen,static-mem` property during domain construction

2021-07-06 Thread Julien Grall
/arm: check `xen,static-mem` property during domain construction Hi Penny, On 07/06/2021 03:43, Penny Zheng wrote: This commit checks `xen,static-mem` device tree property in /domUx node, to determine whether domain is on Static Allocation, when constructing domain during boot-up. Right now

RE: [PATCH 8/9] xen/arm: check `xen,static-mem` property during domain construction

2021-07-06 Thread Penny Zheng
Hi jan > -Original Message- > From: Jan Beulich > Sent: Tuesday, July 6, 2021 2:58 PM > To: Penny Zheng ; Julien Grall > Cc: Bertrand Marquis ; Wei Chen > ; sstabell...@kernel.org; xen- > de...@lists.xenproject.org > Subject: Re: [PATCH 8/9] xen/arm: check `

Re: [PATCH 8/9] xen/arm: check `xen,static-mem` property during domain construction

2021-07-06 Thread Jan Beulich
On 06.07.2021 08:31, Penny Zheng wrote: > Hi I'm sorry, but since this has been ongoing: Can the two of you please properly separate between To: and Cc:. For quite some parts of this overall thread I've been on the To: list for no reason at all, afaict. Thanks, Jan

RE: [PATCH 8/9] xen/arm: check `xen,static-mem` property during domain construction

2021-07-06 Thread Penny Zheng
Hi > -Original Message- > From: Julien Grall > Sent: Saturday, July 3, 2021 9:26 PM > To: Penny Zheng ; xen-devel@lists.xenproject.org; > sstabell...@kernel.org; jbeul...@suse.com > Cc: Bertrand Marquis ; Wei Chen > > Subject: Re: [PATCH 8/9] xen/arm: check `

Re: [PATCH 8/9] xen/arm: check `xen,static-mem` property during domain construction

2021-07-03 Thread Julien Grall
Hi Penny, On 07/06/2021 03:43, Penny Zheng wrote: This commit checks `xen,static-mem` device tree property in /domUx node, to determine whether domain is on Static Allocation, when constructing domain during boot-up. Right now, the implementation of allocate_static_memory is missing, and will

[PATCH 8/9] xen/arm: check `xen,static-mem` property during domain construction

2021-06-06 Thread Penny Zheng
This commit checks `xen,static-mem` device tree property in /domUx node, to determine whether domain is on Static Allocation, when constructing domain during boot-up. Right now, the implementation of allocate_static_memory is missing, and will be introduced later. It just BUG() out at the moment.