From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
To: xen-devel@lists.xen.org
Subject: Re: [Patch v6 02/13] tools/python: Scripts relating to migrationv2 streams
Date: Tue, 29 Jul 2014 14:55:02 +0100 [thread overview]
Message-ID: <53D7A7B6.8000004@eu.citrix.com> (raw)
In-Reply-To: <1406563121.17854.10.camel@kazak.uk.xensource.com>
[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]
On 28/07/14 16:58, Ian Campbell wrote:
> On Mon, 2014-07-28 at 16:38 +0100, Andrew Cooper wrote:
>>> Have you developed any particular unit tests for the conversion stuff as
>>> you've been developing this? I think we could check them in if yes, so
>>> long as the input dataset isn't an entire domain of course...
>> andrewcoop@andrewcoop:/local/xen.git$ ls -hlA tools/python/v2tests/
>> total 285M
>> -rw-rw-r-- 1 andrewcoop xendev 65M Jul 11 11:35 conv-v1-t64-hvm
>> -rw-rw-r-- 1 andrewcoop xendev 40M Jul 11 11:35 conv-v1-t64-pv32
>> -rw-rw-r-- 1 andrewcoop xendev 40M Jul 11 11:35 conv-v1-t64-pv64
>> -rw-rw-r-- 1 andrewcoop xendev 1.1K Jul 6 20:06 Makefile
>> -rw-r--r-- 1 andrewcoop xendev 65M May 6 14:09 v1-t64-hvm
>> -rw-r--r-- 1 andrewcoop xendev 40M May 6 14:05 v1-t64-pv32
>> -rw-r--r-- 1 andrewcoop xendev 40M May 6 14:04 v1-t64-pv64
>>
>> They are the smallest domains I could create and suspend, but are still
>> too large to reasonably be committed
> Agreed.
>
>> I will see if I can come up with something smaller which can be
>> committed, but nothing comes immediately to mind.
> Perhaps a minios domain for the pv cases at least?
>
>
I've got a mirage guest that suspends and resumes - built from here:
https://github.com/mirage/mirage-skeleton/pull/42
It's ~400k gzipped, which still might be on the large side, but I'll
attach it here in case it's of use.
I believe there are currently some efforts to get the suspend/resume
changes required upstreamed back to mini-os, so hopefully this will all
be a bit easier in the future.
Jon
[-- Attachment #2: mir-suspend.xen.gz --]
[-- Type: application/gzip, Size: 390968 bytes --]
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2014-07-29 13:55 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-07 17:37 [PATCH v6 0/13] Migration Stream v2 Andrew Cooper
2014-07-07 17:37 ` [Patch v6 01/13] docs: libxc migration stream specification Andrew Cooper
2014-07-08 3:53 ` Hongyang Yang
2014-07-08 8:48 ` Andrew Cooper
2014-07-08 8:59 ` Hongyang Yang
2014-07-08 9:36 ` David Vrabel
2014-07-08 10:48 ` Andrew Cooper
2014-07-07 17:37 ` [Patch v6 02/13] tools/python: Scripts relating to migrationv2 streams Andrew Cooper
2014-07-28 15:20 ` Ian Campbell
2014-07-28 15:38 ` Andrew Cooper
2014-07-28 15:58 ` Ian Campbell
2014-07-29 13:55 ` Jon Ludlam [this message]
2014-07-07 17:37 ` [Patch v6 03/13] [HACK] tools/libxc: save/restore v2 framework Andrew Cooper
2014-07-07 17:37 ` [Patch v6 04/13] tools/libxc: C implementation of stream format Andrew Cooper
2014-07-07 17:37 ` [Patch v6 05/13] tools/libxc: noarch common code Andrew Cooper
2014-07-07 17:37 ` [Patch v6 06/13] tools/libxc: x86 " Andrew Cooper
2014-07-07 17:37 ` [Patch v6 07/13] tools/libxc: x86 PV " Andrew Cooper
2014-07-07 17:37 ` [Patch v6 08/13] tools/libxc: x86 PV save code Andrew Cooper
2014-07-07 17:37 ` [Patch v6 09/13] tools/libxc: x86 PV restore code Andrew Cooper
2014-07-07 17:37 ` [Patch v6 10/13] tools/libxc: x86 HVM save code Andrew Cooper
2014-07-07 17:38 ` [Patch v6 11/13] tools/libxc: x86 HVM restore code Andrew Cooper
2014-07-18 14:38 ` Wen Congyang
2014-07-18 15:09 ` Andrew Cooper
2014-07-18 15:42 ` Paul Durrant
2014-07-18 16:13 ` Wen Congyang
2014-07-07 17:38 ` [Patch v6 12/13] tools/libxc: noarch save code Andrew Cooper
2014-07-07 17:38 ` [Patch v6 13/13] tools/libxc: noarch restore code Andrew Cooper
2014-07-08 10:50 ` [PATCH v6 0/13] Migration Stream v2 David Vrabel
2014-07-08 11:10 ` Ian Campbell
2014-07-08 16:35 ` Konrad Rzeszutek Wilk
2014-07-08 17:35 ` Andrew Cooper
2014-07-09 6:01 ` Hongyang Yang
2014-07-09 9:40 ` Andrew Cooper
2014-07-09 15:27 ` Konrad Rzeszutek Wilk
2014-07-10 10:19 ` Andrew Cooper
2014-07-28 15:01 ` Ian Campbell
2014-07-28 15:02 ` Andrew Cooper
2014-07-28 15:20 ` 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=53D7A7B6.8000004@eu.citrix.com \
--to=jonathan.ludlam@eu.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.