All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce migration precopy policy
@ 2017-09-14 15:33 Jennifer Herbert
  2017-09-14 15:33 ` [PATCH 1/2] Tidy libxc xc_domain_save Jennifer Herbert
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Jennifer Herbert @ 2017-09-14 15:33 UTC (permalink / raw)
  To: Ian Jackson, Wei Liu, xen-devel, jtotto; +Cc: Jennifer Herbert

Hi all,

Here I present a updated/modified subset of patch 7/20, part of
Joshua Otto's "Add postcopy live migration support." patch,
dated 27th March 2017.  As indicated on the original thread,
I wish to make use of this this within the XenServer product,
and hence am trying to get this subset  pulled in now. I also
hope this will aid Josh in pushing the remainder of his series.

Here I present two patches, the first which does some tidy up, removing
unused and unhelpful paramaters to xc_domain_save(), and the second
which allows a precopy callback to be specified, providing the
test for when to end the live phase of migration should end.
If none is provided, a default policy of the current behaviour
is used.

Cheers,

Jennifer Herbert (2):
  Tidy libxc xc_domain_save
  Introduce migration precopy policy

 tools/libxc/include/xenguest.h   |  23 +++++++-
 tools/libxc/xc_nomigrate.c       |   3 +-
 tools/libxc/xc_sr_common.h       |   7 ++-
 tools/libxc/xc_sr_save.c         | 110 ++++++++++++++++++++++++++-------------
 tools/libxl/libxl_save_callout.c |   4 +-
 tools/libxl/libxl_save_helper.c  |   7 +--
 6 files changed, 104 insertions(+), 50 deletions(-)

-- 
1.8.3.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-09-18 15:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14 15:33 [PATCH 0/2] Introduce migration precopy policy Jennifer Herbert
2017-09-14 15:33 ` [PATCH 1/2] Tidy libxc xc_domain_save Jennifer Herbert
2017-09-18  8:46   ` Paul Durrant
2017-09-14 15:33 ` [PATCH 2/2] Introduce migration precopy policy Jennifer Herbert
2017-09-18  9:05   ` Paul Durrant
2017-09-18 13:20     ` Wei Liu
2017-09-18 13:21       ` Paul Durrant
2017-09-18 13:30   ` Ian Jackson
2017-09-18 14:46     ` Jennifer Herbert
2017-09-18 15:43       ` Ian Jackson
2017-09-18 13:49   ` Wei Liu
2017-09-14 15:33 ` [PATCH 0/2] " Jennifer Herbert
2017-09-14 15:34 ` [PATCH 1/2] Tidy libxc xc_domain_save Jennifer Herbert
2017-09-14 15:59   ` Wei Liu
2017-09-14 15:34 ` [PATCH 2/2] Introduce migration precopy policy Jennifer Herbert

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.