This series RFC patches from the currently ongoing production project. This patch series presents changes needed to fit the system into customer requirements as well as workaround limitations of the Jacinto6 SoC. This patch series is not a full production branch upstream. Lacks of the board specific patches as well as new PV drivers interfaces. Patches for new PV drivers interfaces will be submitted soon.
Andrii Anisov (1): xen/tools: Fix virtual disks helper scripts. Andrii Tseglytskyi (2): xen/arm: allow to allocate 1/128/256/512 Mb memory chunks xen/arm: allow reassigning of hw interrupts to guest domain Iurii Konovalenko (3): arm: Fix 1-to-1 Dom0 memory allocation of any size arm: Add ability to relocate Xen in over 4GB space arm: Add ability to allocate Xen heap in lowmem Iurii Mykhalskyi (3): xen: flask: Add possiblity to forward irqs into domU domains xen: Add dom0_mem_high option & over 4GB memory allocation for Dom0 tools: Introduce ARM32_SEPAR_MEM_SPLIT option Oleksandr Dmytryshyn (3): tools: Allow to cross-compile xentop xen: arm: add batch support to the XENMEM_p2m_lookup operation xen: introduce and use 'dom0_rambase_pfn' setting for kernel Dom0 Oleksandr Tyshchenko (1): libxl: add ability to set rambase_pfn via cfg file Sergiy Kibrik (1): kbdif: add raw events passing Viktor Kleinik (4): libxl: parse config data during domain reboot tools/misc: Modify Xen watchdog daemon tools/misc: Set timeout value from watchdog daemon libxl: Fix unneeded domain reboot during destroy routine tools/flask/policy/policy/modules/xen/xen.te | 1 + tools/hotplug/Linux/block | 2 +- tools/hotplug/Linux/locking.sh | 9 +- tools/hotplug/Linux/xen-hotplug-common.sh.in | 2 +- tools/libxc/Makefile | 2 + tools/libxc/include/xc_dom.h | 24 ++- tools/libxc/xc_dom_arm.c | 103 +++++++++++- tools/libxc/xc_dom_compat_linux.c | 5 + tools/libxc/xc_dom_core.c | 51 +++++- tools/libxl/Makefile | 2 + tools/libxl/libxl.c | 4 + tools/libxl/libxl_arm.c | 21 ++- tools/libxl/libxl_create.c | 5 + tools/libxl/libxl_dom.c | 29 +++- tools/libxl/libxl_internal.h | 1 + tools/libxl/libxl_types.idl | 2 + tools/libxl/xl_cmdimpl.c | 33 ++++ tools/misc/xenwatchdogd.c | 54 ++----- tools/xenstat/Makefile | 4 +- tools/xenstore/init-xenstore-domain.c | 5 + xen/Rules.mk | 3 + xen/arch/arm/arm32/head.S | 21 ++- xen/arch/arm/domain_build.c | 224 ++++++++++++++++++++++++++- xen/arch/arm/irq.c | 19 ++- xen/arch/arm/kernel.h | 9 ++ xen/arch/arm/mm.c | 33 ++++ xen/arch/arm/platforms/omap5.c | 17 +- xen/arch/arm/platforms/rcar2.c | 9 +- xen/arch/arm/setup.c | 35 ++++- xen/arch/arm/smpboot.c | 33 +++- xen/common/memory.c | 16 +- xen/common/page_alloc.c | 91 +++++++++-- xen/include/public/io/kbdif.h | 10 ++ xen/include/public/memory.h | 18 ++- xen/include/xen/mm.h | 8 + 35 files changed, 801 insertions(+), 104 deletions(-) -- 2.8.2 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel