All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 3] Enable domain checkpointing via xm save --checkpoint
@ 2007-02-27  2:36 Brendan Cully
  2007-02-27  2:36 ` [PATCH 1 of 3] Let xend choose to do hard or soft domain resumption depending on Brendan Cully
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Brendan Cully @ 2007-02-27  2:36 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-28  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-27  2:36 [PATCH 0 of 3] Enable domain checkpointing via xm save --checkpoint Brendan Cully
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

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.