All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xl suspend/resume commands
@ 2024-11-26 17:19 Jason Andryuk
  2024-11-26 17:19 ` [PATCH v2 1/2] xl: Keep monitoring suspended domain Jason Andryuk
  2024-11-26 17:19 ` [PATCH v2 2/2] tools/xl: add suspend and resume subcommands Jason Andryuk
  0 siblings, 2 replies; 8+ messages in thread
From: Jason Andryuk @ 2024-11-26 17:19 UTC (permalink / raw)
  To: xen-devel; +Cc: Jason Andryuk, Anthony PERARD

This is a v2 of Cyril's implementation of xl suspend/resume.  This is a
cooperative operation like libvirt's suspend.

I renamed suspend-to-ram to just suspend.  xl also needed a fixup to
avoid exiting when the domain suspends.

Jason Andryuk (1):
  xl: Keep monitoring suspended domain

zithro / Cyril Rébert (1):
  tools/xl: add suspend and resume subcommands

 docs/man/xl.1.pod.in    | 12 +++++++++
 tools/xl/xl.h           |  3 +++
 tools/xl/xl_cmdtable.c  | 10 ++++++++
 tools/xl/xl_vmcontrol.c | 54 ++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 78 insertions(+), 1 deletion(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-12-02 23:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26 17:19 [PATCH v2 0/2] xl suspend/resume commands Jason Andryuk
2024-11-26 17:19 ` [PATCH v2 1/2] xl: Keep monitoring suspended domain Jason Andryuk
2024-11-28 16:45   ` Anthony PERARD
2024-12-02  8:53     ` Jan Beulich
2024-12-02 23:30       ` Jason Andryuk
2024-11-26 17:19 ` [PATCH v2 2/2] tools/xl: add suspend and resume subcommands Jason Andryuk
2024-11-28 17:19   ` Anthony PERARD
2024-12-02 23:30     ` Jason Andryuk

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.