cloud-hypervisor/vm-migration
Rob Bradford bbda08717f vm-migration: Add versioned versions of snapshot & state API
This will allow progressive porting of parts of the VMM to using
versioned state. A new trait VersionMapped is introduced with a default
implementation that returns an empty VersionMap to ease implementation.

If a struct is updated the the trait will need to be fully implemented
with VersionMapped::version_map() returning a new VersionMap handling
the change.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-05-10 14:40:27 +01:00
..
src vm-migration: Add versioned versions of snapshot & state API 2021-05-10 14:40:27 +01:00
Cargo.toml vm-migration: Add versioned versions of snapshot & state API 2021-05-10 14:40:27 +01:00