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)
Sat, Apr 27, 6:55 PM
Unknown Object (File)
Tue, Apr 23, 12:55 AM
Unknown Object (File)
Tue, Apr 23, 12:55 AM
Unknown Object (File)
Tue, Apr 23, 12:55 AM
Unknown Object (File)
Tue, Apr 23, 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
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