From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xen.org, Ian.Campbell@citrix.com,
ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com,
wei.liu2@citrix.com, andrew.cooper3@citrix.com
Cc: Juergen Gross <jgross@suse.com>
Subject: [PATCH v3 0/4] support linear p2m list in migrate stream v2
Date: Wed, 16 Dec 2015 10:24:16 +0100 [thread overview]
Message-ID: <1450257860-11389-1-git-send-email-jgross@suse.com> (raw)
Add support for the virtual mapped linear p2m list of pv-domains in the
v2 migrate stream. This will allow to migrate domains larger than 512
GB.
Tested with 32- and 64-bit pv-domains both with and without linear p2m
list and with a hvm domain.
Changes in V3:
- Moved defines to header file in patch 2 as requested by Andrew Cooper
Changes in V2:
- Added some sanity tests in patch 2 as suggested by Andrew Cooper
- Modified patch 3 according to Andrew Cooper's requests: rename of
check_iteration to check_vm_state, call check_vm_state after each
checkpoint, don't change check_vm_state hook but do the check decision
internally
- Modified docs/features/migration.pandoc according to changes done in the
series in patch 4 (requested by Andrew Cooper)
Juergen Gross (4):
libxc: split mapping p2m leaves into a separate function
libxc: support of linear p2m list for migration of pv-domains
libxc: stop migration in case of p2m list structural changes
libxc: set flag for support of linear p2m list in domain builder
docs/features/migration.pandoc | 7 +-
tools/libxc/xc_dom_compat_linux.c | 2 +-
tools/libxc/xc_dom_core.c | 2 +
tools/libxc/xc_sr_common.h | 12 ++
tools/libxc/xc_sr_common_x86_pv.h | 7 +
tools/libxc/xc_sr_save.c | 7 +-
tools/libxc/xc_sr_save_x86_hvm.c | 7 +
tools/libxc/xc_sr_save_x86_pv.c | 304 +++++++++++++++++++++++++++++++++-----
8 files changed, 304 insertions(+), 44 deletions(-)
--
2.6.2
next reply other threads:[~2015-12-16 9:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-16 9:24 Juergen Gross [this message]
2015-12-16 9:24 ` [PATCH v3 1/4] libxc: split mapping p2m leaves into a separate function Juergen Gross
2016-01-06 15:39 ` Wei Liu
2015-12-16 9:24 ` [PATCH v3 2/4] libxc: support of linear p2m list for migration of pv-domains Juergen Gross
2016-01-06 15:40 ` Wei Liu
2016-01-07 10:21 ` Juergen Gross
2016-01-07 10:33 ` Wei Liu
2016-01-07 10:37 ` Juergen Gross
2015-12-16 9:24 ` [PATCH v3 3/4] libxc: stop migration in case of p2m list structural changes Juergen Gross
2016-01-06 15:40 ` Wei Liu
2015-12-16 9:24 ` [PATCH v3 4/4] libxc: set flag for support of linear p2m list in domain builder Juergen Gross
2016-01-06 15:40 ` Wei Liu
2016-01-06 16:05 ` Ian Campbell
2016-01-07 7:02 ` Juergen Gross
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=1450257860-11389-1-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=Ian.Campbell@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.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).