All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] xen/arm: Xen save/restore/live migration support
@ 2014-04-10 16:48 Wei Huang
  2014-04-10 16:48 ` [PATCH 1/6] xen/arm: Save and restore support for hvm context hypercall Wei Huang
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Wei Huang @ 2014-04-10 16:48 UTC (permalink / raw)
  To: xen-devel
  Cc: w1.huang, ian.campbell, stefano.stabellini, julien.grall,
	jaeyong.yoo, yjhyun.yoo

The following are the save/restore/live-migration patches I forward-ported to 
the latest Xen tree. Note that I kept the order of original patches, and 
Signed-off-by as well. For the patches I modified (see summary below), I
added my name as Signed-off-by.

These patches aren't intended as the final version. Since Junghyun Yoo is 
working on his patches, I think it is better to send out my version now 
for discussion and proper merge. Let us make Xen 4.5 support these features.

=== Modification Summary ===

Patch 1: 
* Adapt to latest Xen source code
* Setting IRQ status as enabled by checking ieanble bits after loading VM info
* Minor fixes to support 64-bit

Patch 5:
* Add new p2m ARM type (p2m_ram_logdirty) to support dirty page tracking

Patch 6:
* Enable save/restore/live migration support based on latest Xen code
* Adapt to latest Xen source code


-Wei


Alexey Sokolov (1):
  xen/arm: Implement toolstack for xl restore/save and migrate

Jaeyong Yoo (4):
  xen/arm: implement get_maximum_gpfn hypercall
  xen/arm: Implement do_suspend function
  xen/arm: Implement VLPT for guest p2m mapping in live migration
  xen/arm: Implement hypercall for dirty page tracing

Jaeyong Yoon (1):
  xen/arm: Save and restore support for hvm context hypercall

 config/arm32.mk                        |   1 +
 config/arm64.mk                        |   1 +
 tools/libxc/Makefile                   |   6 +-
 tools/libxc/xc_arm_migrate.c           | 712 +++++++++++++++++++++++++++++++++
 tools/libxc/xc_dom_arm.c               |   4 +-
 tools/libxc/xc_resume.c                |  25 ++
 tools/libxl/libxl.h                    |   3 -
 tools/misc/Makefile                    |   4 +-
 xen/arch/arm/Makefile                  |   1 +
 xen/arch/arm/domain.c                  |  19 +
 xen/arch/arm/domctl.c                  | 101 ++++-
 xen/arch/arm/hvm.c                     | 505 ++++++++++++++++++++++-
 xen/arch/arm/mm.c                      | 240 ++++++++++-
 xen/arch/arm/p2m.c                     | 208 ++++++++++
 xen/arch/arm/save.c                    |  66 +++
 xen/arch/arm/traps.c                   |   9 +
 xen/common/Makefile                    |   2 +
 xen/include/asm-arm/arm32/page.h       |  23 +-
 xen/include/asm-arm/config.h           |   9 +
 xen/include/asm-arm/domain.h           |  14 +
 xen/include/asm-arm/hvm/support.h      |  29 ++
 xen/include/asm-arm/mm.h               |  26 ++
 xen/include/asm-arm/p2m.h              |   8 +-
 xen/include/asm-arm/processor.h        |   2 +
 xen/include/public/arch-arm/hvm/save.h | 136 +++++++
 25 files changed, 2129 insertions(+), 25 deletions(-)
 create mode 100644 tools/libxc/xc_arm_migrate.c
 create mode 100644 xen/arch/arm/save.c
 create mode 100644 xen/include/asm-arm/hvm/support.h

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-04-11 16:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10 16:48 [PATCH 0/6] xen/arm: Xen save/restore/live migration support Wei Huang
2014-04-10 16:48 ` [PATCH 1/6] xen/arm: Save and restore support for hvm context hypercall Wei Huang
2014-04-10 17:26   ` Andrew Cooper
2014-04-10 21:53     ` Wei Huang
2014-04-11 13:57   ` Julien Grall
2014-04-10 16:48 ` [PATCH 2/6] xen/arm: implement get_maximum_gpfn hypercall Wei Huang
2014-04-10 17:28   ` Andrew Cooper
2014-04-10 21:54     ` Wei Huang
2014-04-11 13:17     ` Julien Grall
2014-04-11 13:15   ` Julien Grall
2014-04-10 16:48 ` [PATCH 3/6] xen/arm: Implement do_suspend function Wei Huang
2014-04-11 14:10   ` Julien Grall
2014-04-10 16:48 ` [PATCH 4/6] xen/arm: Implement VLPT for guest p2m mapping in live migration Wei Huang
2014-04-10 16:48 ` [PATCH 5/6] xen/arm: Implement hypercall for dirty page tracing Wei Huang
2014-04-10 16:48 ` [PATCH 6/6] xen/arm: Implement toolstack for xl restore/save and migrate Wei Huang
2014-04-11 14:15 ` [PATCH 0/6] xen/arm: Xen save/restore/live migration support Julien Grall
2014-04-11 14:22   ` Wei Huang
2014-04-11 14:33     ` Julien Grall
2014-04-11 15:36       ` Wei Huang
2014-04-11 15:53         ` Julien Grall
2014-04-11 16:15           ` Wei Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.