All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 00/15] Migration v2 (libxc)
@ 2015-04-23 11:48 Andrew Cooper
  2015-04-23 11:48 ` [PATCH v10 01/15] tools/libxc: Implement writev_exact() in the same style as write_exact() Andrew Cooper
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Andrew Cooper @ 2015-04-23 11:48 UTC (permalink / raw)
  To: Xen-devel
  Cc: Wei Liu, Ian Campbell, Wen Congyang, Andrew Cooper, Ian Jackson,
	Tim Deegan, Ross Lagerwall, David Vrabel, Shriram Rajagopalan,
	Hongyang Yang, Vijay Kilari

Presented here is v10 of the Migration v2 series (libxc subset), which is able
to function when transparently inserted under an unmodified xl/libxl.

There are no major changes from v9.  A docs subseries has been completed in
parallel and removed from this series, and liberal quantities of spell
checking has occured.  A summary of changes: (M = modified, A = acked)

 A tools/libxc: Implement writev_exact() in the same style as write_exact()
M  libxc/progress: Extend the progress interface
 A tools/libxc: Migration v2 framework
 A tools/libxc: C implementation of stream format
 A tools/libxc: generic common code
 A tools/libxc: x86 common code
 A tools/libxc: x86 PV common code
MA tools/libxc: x86 PV save code
M  tools/libxc: x86 PV restore code
 A tools/libxc: x86 HVM save code
MA tools/libxc: x86 HVM restore code
 A tools/libxc: common save code
 A tools/libxc: common restore code
 A docs: libxc migration stream specification
 A tools/libxc: Migration v2 compatibility for unmodified libxl


This series can be found on a 'saverestore2-v10' at
  http://xenbits.xen.org/git-http/people/andrewcoop/xen.git

To experiment, simply set XG_MIGRATION_V2 in xl's environment.  For migration,
the easiest way is to tweak libxl-save-helper to be a shell script

  root@vitruvias:/home# cat /usr/lib/xen/bin/libxl-save-helper
  #!/bin/bash
  export XG_MIGRATION_V2=x
  exec /usr/lib/xen/bin/libxl-save-helper.bin "$@"

which will ensure that XG_MIGRATION_V2 gets set in the environment for both
the source and destination of migration.

Please experiment!

~Andrew

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

end of thread, other threads:[~2015-05-05 14:02 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 11:48 [PATCH v10 00/15] Migration v2 (libxc) Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 01/15] tools/libxc: Implement writev_exact() in the same style as write_exact() Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 02/15] libxc/progress: Extend the progress interface Andrew Cooper
2015-05-05 12:56   ` Ian Campbell
2015-04-23 11:48 ` [PATCH v10 03/15] tools/libxc: Migration v2 framework Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 04/15] tools/libxc: C implementation of stream format Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 05/15] tools/libxc: generic common code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 06/15] tools/libxc: x86 " Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 07/15] tools/libxc: x86 PV " Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 08/15] tools/libxc: x86 PV save code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 09/15] tools/libxc: x86 PV restore code Andrew Cooper
2015-05-05 13:00   ` Ian Campbell
2015-04-23 11:48 ` [PATCH v10 10/15] tools/libxc: x86 HVM save code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 11/15] tools/libxc: x86 HVM restore code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 12/15] tools/libxc: common save code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 13/15] tools/libxc: common restore code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 14/15] docs: libxc migration stream specification Andrew Cooper
2015-05-05 13:03   ` Ian Campbell
2015-05-05 13:04     ` Andrew Cooper
2015-05-05 13:25       ` Ian Campbell
2015-04-23 11:48 ` [PATCH v10 15/15] tools/libxc: Migration v2 compatibility for unmodified libxl Andrew Cooper
2015-05-05 14:02 ` [PATCH v10 00/15] Migration v2 (libxc) Ian Campbell

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.