[PATCH v3 0/4] xen: arm: Split MMU code in preparation for MPU work (part 2)

Ayan Kumar Halder posted 4 patches 3 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240813171356.46760-1-ayan.kumar.halder@amd.com
There is a newer version of this series
xen/arch/arm/Kconfig                 |  4 +++-
xen/arch/arm/Makefile                |  1 -
xen/arch/arm/arm64/mmu/mm.c          |  7 ++++++-
xen/arch/arm/arm64/smpboot.c         |  6 +++---
xen/arch/arm/include/asm/arm64/mm.h  |  2 +-
xen/arch/arm/mmu/Makefile            |  1 +
xen/arch/arm/{ => mmu}/domain_page.c |  0
xen/arch/arm/setup.c                 |  2 ++
xen/arch/arm/traps.c                 | 10 ++++++++++
xen/arch/x86/Kconfig                 |  2 ++
xen/common/Kconfig                   |  3 +++
xen/include/xen/vmap.h               |  2 ++
12 files changed, 33 insertions(+), 7 deletions(-)
rename xen/arch/arm/{ => mmu}/domain_page.c (100%)
[PATCH v3 0/4] xen: arm: Split MMU code in preparation for MPU work (part 2)
Posted by Ayan Kumar Halder 3 months, 1 week ago
Hi,

In https://patchew.org/Xen/20231116145032.1651305-1-Henry.Wang@arm.com/, Henry has
reorganized some of the code between the MMU specific and generic files.

In this patch serie, we address the remaining code reorg so that MMU specific
code is cleanly separated and we have added stubs wherever necessary to avoid
introducing if-def.

Ayan Kumar Halder (4):
  xen: arm: Add a new helper update_boot_mapping()
  xen: make VMAP only support in MMU system
  xen: arm: Move the functions of domain_page to MMU specific
  xen: arm: Enclose access to EL2 MMU specific registers under
    CONFIG_MMU

 xen/arch/arm/Kconfig                 |  4 +++-
 xen/arch/arm/Makefile                |  1 -
 xen/arch/arm/arm64/mmu/mm.c          |  7 ++++++-
 xen/arch/arm/arm64/smpboot.c         |  6 +++---
 xen/arch/arm/include/asm/arm64/mm.h  |  2 +-
 xen/arch/arm/mmu/Makefile            |  1 +
 xen/arch/arm/{ => mmu}/domain_page.c |  0
 xen/arch/arm/setup.c                 |  2 ++
 xen/arch/arm/traps.c                 | 10 ++++++++++
 xen/arch/x86/Kconfig                 |  2 ++
 xen/common/Kconfig                   |  3 +++
 xen/include/xen/vmap.h               |  2 ++
 12 files changed, 33 insertions(+), 7 deletions(-)
 rename xen/arch/arm/{ => mmu}/domain_page.c (100%)

-- 
2.25.1