cloud-hypervisor/vmm
ren lei 324c924ca4 vmm: fix KVM clock lost during restore form snapshot
Connecting a restored KVM clock vm will take long time, as clock
is NOT restored immediately after vm resume from snapshot.

this is because 9ce6c3b incorrectly remove vm_snapshot.clock, and
always pass None to new_from_memory_manager, which will result to
kvm_set_clock() never be called during restore from snapshot.

Fixes: 9ce6c3b
Signed-off-by: Ren Lei <ren.lei4@zte.com.cn>
2021-05-20 11:31:01 +02:00
..
src vmm: fix KVM clock lost during restore form snapshot 2021-05-20 11:31:01 +02:00
Cargo.toml build: Bulk upgrade dependencies including fuzz 2021-05-12 13:57:16 +01:00