From: Jennifer Herbert <Jennifer.Herbert@citrix.com>
To: Ian Jackson <ian.jackson@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
xen-devel@lists.xenproject.org, jtotto@uwaterloo.ca
Cc: Jennifer Herbert <Jennifer.Herbert@citrix.com>
Subject: [PATCH v3 0/3] Introduce migration precopy policy
Date: Mon, 25 Sep 2017 19:55:32 +0100 [thread overview]
Message-ID: <1506365735-133776-1-git-send-email-Jennifer.Herbert@citrix.com> (raw)
Hi all,
v3:
In patch 2/3, have changed/added comments, removed iteration parmeter from
update_progress_string and made a few formatting corrections.
v2:
Have tidied some formatting, s.o.b Joshua, and added a RFC patch
showing how to use this in libxl.
v1:
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.
Jennifer Herbert (3):
Tidy libxc xc_domain_save
Introduce migration precopy policy
RFC: migration: defer precopy policy to libxl
tools/libxc/include/xenguest.h | 41 ++++++++++++--
tools/libxc/xc_nomigrate.c | 3 +-
tools/libxc/xc_sr_common.h | 6 +-
tools/libxc/xc_sr_save.c | 113 +++++++++++++++++++++++++------------
tools/libxl/libxl_dom_save.c | 20 +++++++
tools/libxl/libxl_save_callout.c | 4 +-
tools/libxl/libxl_save_helper.c | 7 +--
tools/libxl/libxl_save_msgs_gen.pl | 4 +-
8 files changed, 142 insertions(+), 56 deletions(-)
--
1.8.3.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-09-25 18:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-25 18:55 Jennifer Herbert [this message]
2017-09-25 18:55 ` [PATCH v3 1/3] Tidy libxc xc_domain_save Jennifer Herbert
2017-09-25 18:55 ` [PATCH v3 2/3] Introduce migration precopy policy Jennifer Herbert
2017-09-26 8:36 ` Wei Liu
2017-09-26 10:58 ` Andrew Cooper
2017-09-26 11:38 ` Jennifer Herbert
2017-09-26 11:02 ` Andrew Cooper
2017-09-26 11:49 ` Jennifer Herbert
2017-09-25 18:55 ` [PATCH v3 3/3] RFC: migration: defer precopy policy to libxl Jennifer Herbert
2017-09-26 8:48 ` Wei Liu
2017-09-26 9:42 ` Jennifer Herbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1506365735-133776-1-git-send-email-Jennifer.Herbert@citrix.com \
--to=jennifer.herbert@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jtotto@uwaterloo.ca \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).