Page MenuHomeFreeBSD

bhyve/snapshot: use a string for 'cmd' in the nvlist
ClosedPublic

Authored by rew on Feb 9 2022, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 9:36 AM
Unknown Object (File)
Fri, Sep 26, 5:02 AM
Unknown Object (File)
Mon, Sep 22, 11:40 AM
Unknown Object (File)
Sep 13 2025, 2:19 AM
Unknown Object (File)
Sep 12 2025, 12:43 AM
Unknown Object (File)
Aug 25 2025, 8:51 AM
Unknown Object (File)
Aug 2 2025, 2:25 PM
Unknown Object (File)
Jul 18 2025, 9:30 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rew requested review of this revision.Feb 9 2022, 6:58 PM
rew planned changes to this revision.Feb 10 2022, 3:35 AM

I'm going to iterate on this.

  • use "checkpoint" for the "cmd" field in the nvlist
  • use a boolean flag to indicate a suspend operation for the checkpoint nvlist

The nvlist for a checkpoint request will now look like:

{ cmd="checkpoint", suspend="true/false", filename="afilename" }

This revision is now accepted and ready to land.Feb 15 2022, 12:38 AM