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)
Wed, May 15, 3:44 PM
Unknown Object (File)
Apr 27 2024, 6:55 PM
Unknown Object (File)
Apr 23 2024, 12:55 AM
Unknown Object (File)
Apr 23 2024, 12:55 AM
Unknown Object (File)
Apr 23 2024, 12:55 AM
Unknown Object (File)
Apr 23 2024, 12:38 AM
Unknown Object (File)
Mar 7 2024, 11:36 PM
Unknown Object (File)
Feb 23 2024, 4:34 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44392
Build 41280: arc lint + arc unit

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