All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Juergen Gross <jgross@suse.com>,
	xen-devel@lists.xen.org, Ian.Campbell@citrix.com,
	ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com,
	wei.liu2@citrix.com
Subject: Re: [PATCH 0/4] support linear p2m list in migrate stream v2
Date: Fri, 11 Dec 2015 14:18:40 +0000	[thread overview]
Message-ID: <566ADB40.5030707@citrix.com> (raw)
In-Reply-To: <1449833485-10163-1-git-send-email-jgross@suse.com>

On 11/12/15 11:31, Juergen Gross wrote:
> 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.
>
> 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
>
>  tools/libxc/xc_dom_compat_linux.c |   2 +-
>  tools/libxc/xc_dom_core.c         |   2 +
>  tools/libxc/xc_sr_common.h        |  11 ++
>  tools/libxc/xc_sr_save.c          |   4 +
>  tools/libxc/xc_sr_save_x86_hvm.c  |   7 ++
>  tools/libxc/xc_sr_save_x86_pv.c   | 248 +++++++++++++++++++++++++++++++++-----
>  6 files changed, 244 insertions(+), 30 deletions(-)
>

Wow - surprisingly little change for what seems like a large new feature.

Please can you see about patching docs/features/migration.pandoc to
indicate that linear p2m is now supported for migration.  This looks
like it would neatly fit into patch 4.

~Andrew

  parent reply	other threads:[~2015-12-11 14:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11 11:31 [PATCH 0/4] support linear p2m list in migrate stream v2 Juergen Gross
2015-12-11 11:31 ` [PATCH 1/4] libxc: split mapping p2m leaves into a separate function Juergen Gross
2015-12-11 14:21   ` Andrew Cooper
2015-12-11 11:31 ` [PATCH 2/4] libxc: support of linear p2m list for migration of pv-domains Juergen Gross
2015-12-11 14:51   ` Andrew Cooper
2015-12-11 15:12     ` Juergen Gross
2015-12-11 15:24       ` Andrew Cooper
2015-12-11 16:00         ` Juergen Gross
2015-12-11 16:09           ` Andrew Cooper
2015-12-11 16:17             ` Juergen Gross
2015-12-11 11:31 ` [PATCH 3/4] libxc: stop migration in case of p2m list structural changes Juergen Gross
2015-12-11 15:20   ` Andrew Cooper
2015-12-11 16:02     ` Juergen Gross
2015-12-11 11:31 ` [PATCH 4/4] libxc: set flag for support of linear p2m list in domain builder Juergen Gross
2015-12-11 14:18 ` Andrew Cooper [this message]
2015-12-11 14:20   ` [PATCH 0/4] support linear p2m list in migrate stream v2 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=566ADB40.5030707@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jgross@suse.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 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.