All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 7] guest checkpointing patches take 3
@ 2007-01-15 19:05 Brendan Cully
  2007-01-15 19:05 ` [PATCH 1 of 7] Add resumedomain domctl to resume a domain after checkpoint Brendan Cully
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Brendan Cully @ 2007-01-15 19:05 UTC (permalink / raw)
  To: xen-devel

Here's version 3 of the checkpointing code. It retains backward
compatibility with older kernels and tools by setting the return code
of the suspend hypercall to 1 in the parent domain (a case never seen
by older versions) and leaving it set to 0 in the child. It also adds
an untested 'unsuspend' hook that devices can use to roll back any
suspend prep work they may have done.

It still advertises checkpointability via a feature flag in
xenstore. I'm putting the patches out now because the elfnote approach
is a) mainly a cosmetic difference and b) likely to take a few rounds
of review for itself. In the meantime, I think these patches are
suitable for testing.

Thanks,
Brendan

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

end of thread, other threads:[~2007-01-20  0:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-15 19:05 [PATCH 0 of 7] guest checkpointing patches take 3 Brendan Cully
2007-01-15 19:05 ` [PATCH 1 of 7] Add resumedomain domctl to resume a domain after checkpoint Brendan Cully
2007-01-15 19:05 ` [PATCH 2 of 7] Add XS_RESUME command; export it to xend Brendan Cully
2007-01-15 19:05 ` [PATCH 3 of 7] Make suspend return 1 when a domain is resumed Brendan Cully
2007-01-19 15:32   ` Keir Fraser
2007-01-19 16:36     ` Brendan Cully
2007-01-19 17:09       ` Keir Fraser
2007-01-20  0:04     ` Brendan Cully
2007-01-20  0:22     ` Brendan Cully
2007-01-15 19:05 ` [PATCH 4 of 7] Make xen_suspend handle resume Brendan Cully
2007-01-15 19:05 ` [PATCH 5 of 7] Add xm save -c/--checkpoint option Brendan Cully
2007-01-15 19:05 ` [PATCH 6 of 7] Advertise resumability feature in guest kernel Brendan Cully
2007-01-15 19:05 ` [PATCH 7 of 7] Add unsuspend hook for resuming devices in the checkpoint parent 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.