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

Jason Andryuk posted 2 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241126171941.170897-1-jason.andryuk@amd.com
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(-)
[PATCH v2 0/2] xl suspend/resume commands
Posted by Jason Andryuk 1 week, 3 days ago
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