Expand description
Configurations used in the snapshotting context.
Structs§
- Create
Snapshot Params - Stores the configuration that will be used for creating a snapshot.
- Load
Snapshot Config - Stores the configuration for loading a snapshot that is provided by the user.
- Load
Snapshot Params - Stores the configuration that will be used for loading a snapshot.
- MemBackend
Config - Stores the configuration used for managing snapshot memory.
- Network
Override - Allows for changing the mapping between tap devices and host devices during snapshot restore
- Version
- For crates that depend on
vmmwe export. SemVer version as defined by https://semver.org. - Vm
- Keeps the microVM state necessary in the snapshotting context.
Enums§
- MemBackend
Type - Specifies the method through which guest memory will get populated when resuming from a snapshot:
- Snapshot
Type - The snapshot type options that are available when creating a new snapshot.
- VmState
- The microVM state options.