[PATCH V2 0/8] Follow-up static shared memory PART I

Penny Zheng posted 8 patches 1 year, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230223054105.2357217-1-Penny.Zheng@arm.com
There is a newer version of this series
docs/misc/arm/device-tree/booting.txt |  52 +-
xen/arch/arm/bootfdt.c                | 129 +++--
xen/arch/arm/domain_build.c           | 704 ++++++++++++++++++++------
xen/arch/arm/include/asm/kernel.h     |   9 +-
xen/arch/arm/include/asm/setup.h      |  57 ++-
xen/arch/arm/p2m.c                    |  60 ++-
6 files changed, 784 insertions(+), 227 deletions(-)
[PATCH V2 0/8] Follow-up static shared memory PART I
Posted by Penny Zheng 1 year, 2 months ago
There are some unsolving issues on current 4.17 static shared memory
feature[1], including:
- In order to avoid keeping growing 'membank', having the shared memory
info in separate structures is preferred.
- Missing implementation on having the host address optional in
"xen,shared-mem" property
- Removing static shared memory from extended regions
- Missing reference release on foreign superpage
- Missing "xen,offset" feature, which is introduced in Linux DOC[2]

All above objects have been divided into two parts to complete. And this
patch serie is PART I.

[1] https://lore.kernel.org/all/20220908135513.1800511-1-Penny.Zheng@arm.com/
[2] https://www.kernel.org/doc/Documentation/devicetree/bindings/reserved-memory/xen%2Cshared-memory.txt

Penny Zheng (8):
  xen/arm: remove stale addr_cells/size_cells in assign_shared_memory
  xen/arm: re-define a set of data structures for static shared memory
    region
  xen/arm: introduce allocate_domheap_memory and guest_physmap_memory
  xen/arm: use paddr_assigned to indicate whether host address is
    provided
  xen/arm: support static shared memory when host address not provided
  xen/arm: remove shm holes for extended regions
  xen/p2m: put reference for superpage
  docs: refine docs about static shared memory

 docs/misc/arm/device-tree/booting.txt |  52 +-
 xen/arch/arm/bootfdt.c                | 129 +++--
 xen/arch/arm/domain_build.c           | 704 ++++++++++++++++++++------
 xen/arch/arm/include/asm/kernel.h     |   9 +-
 xen/arch/arm/include/asm/setup.h      |  57 ++-
 xen/arch/arm/p2m.c                    |  60 ++-
 6 files changed, 784 insertions(+), 227 deletions(-)

-- 
2.25.1