All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brendan Cully <brendan@cs.ubc.ca>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 3] Enable domain checkpointing via xm save --checkpoint
Date: Mon, 26 Feb 2007 18:36:33 -0800	[thread overview]
Message-ID: <patchbomb.1172543793@ventoux.cs.ubc.ca> (raw)

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
feature in the elfnotes 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 feature is added to the kernel 'features'
elfnote.

             reply	other threads:[~2007-02-27  2:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-27  2:36 Brendan Cully [this message]
2007-02-27  2:36 ` [PATCH 1 of 3] Let xend choose to do hard or soft domain resumption depending on Brendan Cully
2007-02-27  2:36 ` [PATCH 2 of 3] Add xm save -c/--checkpoint option Brendan Cully
2007-02-27  2:36 ` [PATCH 3 of 3] Add suspend_cancel flag to linux elf notes Brendan Cully
2007-02-27 16:10 ` [PATCH 0 of 3] Enable domain checkpointing via xm save --checkpoint Keir Fraser
2007-02-28  6:42   ` 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.1172543793@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.