mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 09:55:21 +00:00
324c924ca4
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>