[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v6 0/5] xen/arm: live migration support in arndale board
Hello! here goes the v6 patch series. The major changes in this version are the following: 1) Move VLPT address range to the back of the domain heap so each pcpu has it's own mapping of VLPT. 2) For preparing VLPT, rather than making a copy of p2m first, just hold a mapping to the p2m first. Patch 1 implements hvm save/restore (including vcpu). Patch 2 implements 'modify_returncode' for switching the return value of suspend hypercall from domU. Patch 3 implements base functions for VLPT. Patch 4 implements dirty-page tracing by using VLPT. Patch 5 implements the toolstack part for live migration of ARM. Bests, Junghyun Yoo xen/arm: Implement modify_returncode xen/arm: Implement virtual-linear page table for guest xen/arm: Implement hypercall for dirty page tracing xen/arm: Implement toolstack for xl restore/save and migrate config/arm32.mk | 1 + tools/libxc/Makefile | 5 +- tools/libxc/xc_arm_migrate.c | 736 +++++++++++++++++++++++++++++++++ tools/libxc/xc_dom_arm.c | 4 +- tools/libxc/xc_resume.c | 20 + tools/libxc/xg_arm_save_restore.h | 106 +++++ tools/libxl/libxl.h | 1 - tools/misc/Makefile | 4 +- xen/arch/arm/Makefile | 1 + xen/arch/arm/domain.c | 17 + xen/arch/arm/domctl.c | 90 ++++ xen/arch/arm/hvm.c | 334 +++++++++++++++ xen/arch/arm/mm.c | 173 +++++++- xen/arch/arm/p2m.c | 195 +++++++++ xen/arch/arm/save.c | 66 +++ xen/arch/arm/traps.c | 18 + xen/common/Makefile | 2 + xen/include/asm-arm/arm32/page.h | 36 +- xen/include/asm-arm/config.h | 18 +- xen/include/asm-arm/domain.h | 12 + xen/include/asm-arm/hvm/support.h | 26 ++ xen/include/asm-arm/mm.h | 30 ++ xen/include/asm-arm/p2m.h | 7 +- xen/include/public/arch-arm/hvm/save.h | 95 +++++ 24 files changed, 1978 insertions(+), 19 deletions(-) create mode 100644 tools/libxc/xc_arm_migrate.c create mode 100644 tools/libxc/xg_arm_save_restore.h create mode 100644 xen/arch/arm/save.c create mode 100644 xen/include/asm-arm/hvm/support.h -- 1.8.1.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |