mbox series

[v2,0/2] Prerequisite patches for Arm64 MPU build

Message ID 20250217102732.2343729-1-luca.fancellu@arm.com (mailing list archive)
Headers show
Series Prerequisite patches for Arm64 MPU build | expand

Message

Luca Fancellu Feb. 17, 2025, 10:27 a.m. UTC
Hi all,

in order to build Xen for Arm64 with MPU support, there are few changes to
support the compilation of Arm code without HAS_PASSTHROUGH and some refactoring
around the start_xen for Arm.

Luca Fancellu (2):
  xen/passthrough: Provide stub functions when !HAS_PASSTHROUGH
  xen/arm: Restrict Kconfig configuration for LLC coloring

 xen/arch/arm/Kconfig                   |  2 +-
 xen/arch/arm/include/asm/grant_table.h |  5 +--
 xen/arch/arm/setup.c                   |  1 +
 xen/include/xen/iommu.h                | 48 ++++++++++++++++++++++++--
 4 files changed, 51 insertions(+), 5 deletions(-)