From: Brendan Cully <brendan@cs.ubc.ca>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 4] Enable domain checkpointing via xm save --checkpoint
Date: Tue, 27 Feb 2007 22:38:19 -0800 [thread overview]
Message-ID: <patchbomb.1172644699@ventoux.cs.ubc.ca> (raw)
Here's take two of xm save --checkpoint. It puts suspend_cancel into a
standalone elfnote. I noticed an off-by-one in my xc.c code to import
elfnotes when I did this; the fix is included here.
>From the last post:
The attached patches create a --checkpoint flag for xm save:
xc_domain_resume lets the caller alert the guest that it is being
resumed. Callers should not do this unless they know the guest
supports the operation.
When xend wants to resume a domain, it checks for the suspend_cancel
elfnote from the notes it has recorded from domain build or resume. If
the flag is present, it simply lets the guest handle resuming,
otherwise it tears down and rebuilds the domain and lets the guest act
as if it is resuming in a new domain.
A new suspend_cancel elfnote is added with value 1.
next reply other threads:[~2007-02-28 6:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-28 6:38 Brendan Cully [this message]
2007-02-28 6:38 ` [PATCH 1 of 4] Fix off-by-one preventing the last elfnote from being read in xc.c Brendan Cully
2007-02-28 9:06 ` Ian Campbell
2007-02-28 16:20 ` Brendan Cully
2007-02-28 6:38 ` [PATCH 2 of 4] Let xend choose to do hard or soft domain resumption depending on Brendan Cully
2007-02-28 6:38 ` [PATCH 3 of 4] Add xm save -c/--checkpoint option Brendan Cully
2007-02-28 6:38 ` [PATCH 4 of 4] Add suspend_cancel flag to linux elf notes Brendan Cully
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=patchbomb.1172644699@ventoux.cs.ubc.ca \
--to=brendan@cs.ubc.ca \
--cc=xen-devel@lists.xensource.com \
/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.