Hi all,
This series introduces a memory policy parameter for the iomem option,
so that we can map an iomem region into a guest as cacheable memory.
I removed other things related to reserved-memory on Arm, I'll send them
separately.
Cheers,
Stefano
The following changes since commit 2ac48fd52d846a8c3949373aa0d776c6cb5452db:
x86/x2APIC: tighten check in cluster mode IPI sending (2019-06-17 17:38:35 +0200)
are available in the Git repository at:
http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git
for you to fetch changes up to 209391c39944f2683fec4164f1eba813467e5b44:
xen/arm: clarify the support status of iomem configurations (2019-06-18 16:16:28 -0700)
----------------------------------------------------------------
Stefano Stabellini (5):
xen: add a p2mt parameter to map_mmio_regions
xen: extend XEN_DOMCTL_memory_mapping to handle memory policy
libxc: introduce xc_domain_mem_map_policy
libxl/xl: add memory policy option to iomem
xen/arm: clarify the support status of iomem configurations
SUPPORT.md | 2 +-
docs/man/xl.cfg.5.pod.in | 10 +++++++++-
tools/libxc/include/xenctrl.h | 8 ++++++++
tools/libxc/xc_domain.c | 24 ++++++++++++++++++++----
tools/libxl/libxl.h | 5 +++++
tools/libxl/libxl_arch.h | 3 +++
tools/libxl/libxl_arm.c | 14 ++++++++++++++
tools/libxl/libxl_create.c | 12 ++++++++++--
tools/libxl/libxl_types.idl | 9 +++++++++
tools/libxl/libxl_x86.c | 12 ++++++++++++
tools/xl/xl_parse.c | 22 +++++++++++++++++++++-
xen/arch/arm/acpi/domain_build.c | 4 ++--
xen/arch/arm/domain_build.c | 2 +-
xen/arch/arm/gic-v2.c | 3 ++-
xen/arch/arm/p2m.c | 21 ++++-----------------
xen/arch/arm/platforms/exynos5.c | 6 ++++--
xen/arch/arm/platforms/omap5.c | 12 ++++++++----
xen/arch/arm/traps.c | 2 +-
xen/arch/arm/vgic-v2.c | 2 +-
xen/arch/arm/vgic/vgic-v2.c | 2 +-
xen/arch/x86/hvm/dom0_build.c | 2 +-
xen/arch/x86/mm/p2m.c | 8 ++++----
xen/common/domctl.c | 31 ++++++++++++++++++++++++++++---
xen/drivers/vpci/header.c | 2 +-
xen/include/asm-arm/p2m.h | 15 ---------------
xen/include/asm-x86/p2m.h | 8 ++++++++
xen/include/public/domctl.h | 23 ++++++++++++++++++++++-
xen/include/xen/p2m-common.h | 11 +++++++----
28 files changed, 207 insertions(+), 68 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel