Expand description
Snapshot manifest types and I/O functions for saving/restoring VM snapshots.
Structs§
- Snapshot
Manifest - 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.