All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	David Vrabel <david.vrabel@citrix.com>,
	Xen-devel <xen-devel@lists.xen.org>
Subject: Re: [PATCH v10 14/15] docs: libxc migration stream specification
Date: Tue, 5 May 2015 14:03:14 +0100	[thread overview]
Message-ID: <1430830994.2660.87.camel@citrix.com> (raw)
In-Reply-To: <1429789725-18768-15-git-send-email-andrew.cooper3@citrix.com>

On Thu, 2015-04-23 at 12:48 +0100, Andrew Cooper wrote:
> From: David Vrabel <david.vrabel@citrix.com>
> 
> Add the specification for a new migration stream format.  The document
> includes all the details but to summarize:
> 
> The existing (legacy) format is dependant on the word size of the
> toolstack.  This prevents domains from migrating from hosts running
> 32-bit toolstacks to hosts running 64-bit toolstacks (and vice-versa).
> 
> The legacy format lacks any version information making it difficult to
> extend in compatible way.
> 
> The new format has a header (the image header) with version information,
> a domain header with basic information of the domain and a stream of
> records for the image data.
> 
> The format will be used for future domain types (such as on ARM).
> 
> The specification is pandoc format (an extended markdown format) and the
> documentation build system is extended to support pandoc format documents.
> 
> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Without reading:

Acked-by: Ian Campbell <Ian.Campbell@citrix.com>

With two minor comments:

> diff --git a/docs/specs/libxc-migration-stream.pandoc b/docs/specs/libxc-migration-stream.pandoc
> new file mode 100644
> index 0000000..455d1ce
> --- /dev/null
> +++ b/docs/specs/libxc-migration-stream.pandoc
> @@ -0,0 +1,672 @@
> +% LibXenCtrl Domain Image Format
> +% David Vrabel <<david.vrabel@citrix.com>>
> +  Andrew Cooper <<andrew.cooper3@citrix.com>>
> +% Draft G

No longer a draft? Perhaps s/Draft/Version/?

> +Integer fields in the domain header and in the records are in the
> +endianess described in the image header (which will typically be the

endianness.

Ian.

  reply	other threads:[~2015-05-05 13:03 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-23 11:48 [PATCH v10 00/15] Migration v2 (libxc) Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 01/15] tools/libxc: Implement writev_exact() in the same style as write_exact() Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 02/15] libxc/progress: Extend the progress interface Andrew Cooper
2015-05-05 12:56   ` Ian Campbell
2015-04-23 11:48 ` [PATCH v10 03/15] tools/libxc: Migration v2 framework Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 04/15] tools/libxc: C implementation of stream format Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 05/15] tools/libxc: generic common code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 06/15] tools/libxc: x86 " Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 07/15] tools/libxc: x86 PV " Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 08/15] tools/libxc: x86 PV save code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 09/15] tools/libxc: x86 PV restore code Andrew Cooper
2015-05-05 13:00   ` Ian Campbell
2015-04-23 11:48 ` [PATCH v10 10/15] tools/libxc: x86 HVM save code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 11/15] tools/libxc: x86 HVM restore code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 12/15] tools/libxc: common save code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 13/15] tools/libxc: common restore code Andrew Cooper
2015-04-23 11:48 ` [PATCH v10 14/15] docs: libxc migration stream specification Andrew Cooper
2015-05-05 13:03   ` Ian Campbell [this message]
2015-05-05 13:04     ` Andrew Cooper
2015-05-05 13:25       ` Ian Campbell
2015-04-23 11:48 ` [PATCH v10 15/15] tools/libxc: Migration v2 compatibility for unmodified libxl Andrew Cooper
2015-05-05 14:02 ` [PATCH v10 00/15] Migration v2 (libxc) Ian Campbell

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=1430830994.2660.87.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=david.vrabel@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.