Module snapshot

Module snapshot 

Source
Expand description

Snapshot manifest types and I/O functions for saving/restoring VM snapshots.

Structs§

SnapshotManifest
Manifest describing a VM snapshot.

Constants§

MANIFEST_VERSION
Current manifest format version. Bump when making incompatible changes.

Functions§

read_snapshot
Read a snapshot from the given directory.
validate_manifest
Validate that a snapshot manifest is compatible with the running VM config.
write_snapshot
Write a snapshot to the given directory.