RE: [PATCH 9/9] xen/arm: introduce allocate_static_memory

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

Re: [PATCH 9/9] xen/arm: introduce allocate_static_memory

2021-07-03 Thread Julien Grall
Hi Penny, On 07/06/2021 03:43, Penny Zheng wrote: This commit introduces allocate_static_memory to allocate static memory as guest RAM for Domain on Static Allocation. It uses alloc_domstatic_pages to allocate pre-configured static memory banks for this domain, and uses guest_physmap_add_page t

[PATCH 9/9] xen/arm: introduce allocate_static_memory

2021-06-06 Thread Penny Zheng
This commit introduces allocate_static_memory to allocate static memory as guest RAM for Domain on Static Allocation. It uses alloc_domstatic_pages to allocate pre-configured static memory banks for this domain, and uses guest_physmap_add_page to set up P2M table. These pre-defiend static memory r