cloud-hypervisor/vmm
Rob Bradford a29e53e436 vmm: Move KVM clock saving to common Vm::restore() method
Saving the KVM clock and restoring it is key for correct behaviour of
the VM when doing snapshot/restore or live migration. The clock is
restored to the KVM state as part of the Vm::resume() method prior to
that it must be extracted from the state object and stored for later use
by this method. This change simplifies the extraction and storage part
so that it is done in the same way for both snapshot/restore and live
migration.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-12-06 11:23:16 +00:00
..
src vmm: Move KVM clock saving to common Vm::restore() method 2021-12-06 11:23:16 +00:00
Cargo.toml build: bump clap from 2.33.3 to 2.34.0 2021-12-01 01:50:01 +00:00