All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 00/15] Migration v2 (libxc)
@ 2015-04-10 17:15 Andrew Cooper
  2015-04-10 17:15 ` [PATCH v9 01/15] tools/libxc: Implement writev_exact() in the same style as write_exact() Andrew Cooper
                   ` (14 more replies)
  0 siblings, 15 replies; 45+ messages in thread
From: Andrew Cooper @ 2015-04-10 17:15 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 v9 of the Migration v2 series (libxc subset), which is able
to function when transparently inserted under an unmodified xl/libxl.

The main purpose of v9 is to rebase over the build issue caused by 341fac7b
"xen/mem_event: Cleanup mem_event names in rings, functions and domctls"
renaming one of the HVM parameters.  In addition, there are a couple of
bugfixes spotted by Coverity, and some refactoring of a few "mfn" variables
which should have been "gfn".  No major changes from v8.

This series can be found on a 'saverestore2-v9' 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.

  Patches 1 and 2 are prerequisites
  Patches 3 to 13 are the meat of the series
  Patch 14 is the design document
  Patch 15 is the compat layer for unmodified libxl

Please experiment!

~Andrew

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

end of thread, other threads:[~2015-04-22 15:38 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 17:15 [PATCH v9 00/15] Migration v2 (libxc) Andrew Cooper
2015-04-10 17:15 ` [PATCH v9 01/15] tools/libxc: Implement writev_exact() in the same style as write_exact() Andrew Cooper
2015-04-15 10:44   ` Ian Campbell
2015-04-10 17:15 ` [PATCH v9 02/15] libxc/progress: Extend the progress interface Andrew Cooper
2015-04-15 10:55   ` Ian Campbell
2015-04-20 13:15     ` Andrew Cooper
2015-04-22 15:38       ` Ian Campbell
2015-04-10 17:15 ` [PATCH v9 03/15] tools/libxc: Migration v2 framework Andrew Cooper
2015-04-15 10:57   ` Ian Campbell
2015-04-10 17:15 ` [PATCH v9 04/15] tools/libxc: C implementation of stream format Andrew Cooper
2015-04-15 10:59   ` Ian Campbell
2015-04-10 17:15 ` [PATCH v9 05/15] tools/libxc: noarch common code Andrew Cooper
2015-04-15 11:00   ` Ian Campbell
2015-04-10 17:15 ` [PATCH v9 06/15] tools/libxc: x86 " Andrew Cooper
2015-04-10 17:15 ` [PATCH v9 07/15] tools/libxc: x86 PV " Andrew Cooper
2015-04-15 11:07   ` Ian Campbell
2015-04-10 17:16 ` [PATCH v9 08/15] tools/libxc: x86 PV save code Andrew Cooper
2015-04-15 11:13   ` Ian Campbell
2015-04-15 11:41     ` Andrew Cooper
2015-04-15 11:52       ` Ian Campbell
2015-04-10 17:16 ` [PATCH v9 09/15] tools/libxc: x86 PV restore code Andrew Cooper
2015-04-15 11:22   ` Ian Campbell
2015-04-10 17:16 ` [PATCH v9 10/15] tools/libxc: x86 HVM save code Andrew Cooper
2015-04-13 12:28   ` Vitaly Kuznetsov
2015-04-13 13:21     ` Andrew Cooper
2015-04-15 11:29       ` Ian Campbell
2015-04-15 11:30   ` Ian Campbell
2015-04-10 17:16 ` [PATCH v9 11/15] tools/libxc: x86 HVM restore code Andrew Cooper
2015-04-15 11:31   ` Ian Campbell
2015-04-10 17:16 ` [PATCH v9 12/15] tools/libxc: noarch save code Andrew Cooper
2015-04-15 11:34   ` Ian Campbell
2015-04-10 17:16 ` [PATCH v9 13/15] tools/libxc: noarch restore code Andrew Cooper
2015-04-15 11:42   ` Ian Campbell
2015-04-15 11:50     ` Andrew Cooper
2015-04-15 11:53       ` Ian Campbell
2015-04-10 17:16 ` [PATCH v9 14/15] docs: libxc migration stream specification Andrew Cooper
2015-04-15 11:46   ` Ian Campbell
2015-04-15 12:05     ` Andrew Cooper
2015-04-15 12:11       ` Ian Campbell
2015-04-15 12:02   ` David Vrabel
2015-04-15 12:09     ` Andrew Cooper
2015-04-10 17:16 ` [PATCH v9 15/15] tools/libxc: Migration v2 compatibility for unmodified libxl Andrew Cooper
2015-04-15 11:51   ` Ian Campbell
2015-04-15 12:14     ` Andrew Cooper
2015-04-15 12:52       ` 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.