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)
Sat, Sep 12, 12:20 AM
Unknown Object (File)
Fri, Sep 11, 7:10 PM
Unknown Object (File)
Fri, Sep 11, 4:10 PM
Unknown Object (File)
Tue, Sep 8, 6:11 PM
Unknown Object (File)
Sun, Sep 6, 5:07 AM
Unknown Object (File)
Sun, Sep 6, 4:42 AM
Unknown Object (File)
Sat, Sep 5, 7:46 PM
Unknown Object (File)
Sat, Sep 5, 7:46 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