xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for 4.6 0/6] Prune legacy migration and move migration v2 out of daft status
@ 2015-07-20 10:37 Andrew Cooper
  2015-07-20 10:37 ` [PATCH 1/6] tools/libxc: Remove legacy migration implementation Andrew Cooper
                   ` (6 more replies)
  0 siblings, 7 replies; 25+ messages in thread
From: Andrew Cooper @ 2015-07-20 10:37 UTC (permalink / raw)
  To: Xen-devel
  Cc: Wei Liu, Ian Campbell, Wen Congyang, Andrew Cooper, Ian Jackson,
	Yang Hongyang

This series is some cleanup following the integration of migration v2
into the codebase.  It removes the legacy migration implementation
(compatability is provided with the python conversion script), and
adjusts the migration v2 docs/implementation to no longer be
experimental.

There are no major changes in this series, but are important changes
for the status of migration v2 in Xen 4.6

Andrew Cooper (6):
  tools/libxc: Remove legacy migration implementation
  tools/libx{l,c}: Remove the toolstack_{save,restore} callbacks
  tools/libx{l,c}: Remove XC_DEVICE_MODEL_RESTORE_FILE
  tools/libx{l,c}: Drop '2' suffixes from xc_domain_{save,restore}2() functions
  docs: Migration v2 is now no longer draft
  tools/libx{l,c}: Fix trivial Coverity defects in migration v2 code

 docs/specs/libxc-migration-stream.pandoc |   19 +-
 docs/specs/libxl-migration-stream.pandoc |   19 +-
 tools/libxc/Makefile                     |    1 -
 tools/libxc/include/xenguest.h           |   34 -
 tools/libxc/xc_domain_restore.c          | 2411 ------------------------------
 tools/libxc/xc_domain_save.c             | 2198 ---------------------------
 tools/libxc/xc_nomigrate.c               |   20 -
 tools/libxc/xc_offline_page.c            |   59 +
 tools/libxc/xc_sr_restore.c              |   15 +-
 tools/libxc/xc_sr_save.c                 |   17 +-
 tools/libxc/xg_save_restore.h            |  247 ---
 tools/libxl/libxl.c                      |    2 +-
 tools/libxl/libxl_create.c               |    2 +-
 tools/libxl/libxl_internal.h             |    2 +-
 tools/libxl/libxl_save_callout.c         |    2 -
 tools/libxl/libxl_save_helper.c          |    4 +-
 tools/libxl/libxl_stream_read.c          |    4 +-
 17 files changed, 107 insertions(+), 4949 deletions(-)
 delete mode 100644 tools/libxc/xc_domain_restore.c
 delete mode 100644 tools/libxc/xc_domain_save.c

-- 
1.7.10.4

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

end of thread, other threads:[~2015-07-28 10:42 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-20 10:37 [PATCH for 4.6 0/6] Prune legacy migration and move migration v2 out of daft status Andrew Cooper
2015-07-20 10:37 ` [PATCH 1/6] tools/libxc: Remove legacy migration implementation Andrew Cooper
2015-07-22 10:25   ` Ian Campbell
2015-07-22 11:05     ` Andrew Cooper
2015-07-20 10:37 ` [PATCH 2/6] tools/libx{l, c}: Remove the toolstack_{save, restore} callbacks Andrew Cooper
2015-07-22 10:27   ` Ian Campbell
2015-07-22 11:07     ` Andrew Cooper
2015-07-22 11:14       ` Ian Campbell
2015-07-28 10:09         ` Ian Campbell
2015-07-20 10:37 ` [PATCH 3/6] tools/libx{l, c}: Remove XC_DEVICE_MODEL_RESTORE_FILE Andrew Cooper
2015-07-22 10:28   ` Ian Campbell
2015-07-20 10:37 ` [PATCH 4/6] tools/libx{l, c}: Drop '2' suffixes from xc_domain_{save, restore}2() functions Andrew Cooper
2015-07-22 10:29   ` Ian Campbell
2015-07-20 10:37 ` [PATCH 5/6] docs: Migration v2 is now no longer draft Andrew Cooper
2015-07-22 10:29   ` Ian Campbell
2015-07-20 10:37 ` [PATCH 6/6] tools/libx{l, c}: Fix trivial Coverity defects in migration v2 code Andrew Cooper
2015-07-22 10:31   ` Ian Campbell
2015-07-22 10:33 ` [PATCH for 4.6 0/6] Prune legacy migration and move migration v2 out of daft status Ian Campbell
2015-07-22 11:22   ` Wei Liu
2015-07-22 11:26     ` Andrew Cooper
2015-07-22 11:30       ` Wei Liu
2015-07-22 11:57         ` Andrew Cooper
2015-07-22 12:20           ` Wei Liu
2015-07-22 12:47             ` Yang Hongyang
2015-07-28 10:42             ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).