mbox series

[v2,0/2] xl suspend/resume commands

Message ID 20241126171941.170897-1-jason.andryuk@amd.com (mailing list archive)
Headers show
Series xl suspend/resume commands | expand

Message

Jason Andryuk Nov. 26, 2024, 5:19 p.m. UTC
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(-)