cloud-hypervisor/vmm
renlei4 65a39f43cb vmm: support restore KVM clock in migration
In migration, vm object is created by new_from_migration with
NULL kvm clock. so vm.set_clock will not be called during vm resume.
If the guest using kvm-clock, the ticks will be stopped after migration.

As clock was already saved to snapshot, add a method to restore it before
vm resume in migration. after that, guest's kvm-clock works well.

Signed-off-by: Ren Lei <ren.lei4@zte.com.cn>
2021-05-20 14:32:49 +01:00
..
src vmm: support restore KVM clock in migration 2021-05-20 14:32:49 +01:00
Cargo.toml build: Bulk upgrade dependencies including fuzz 2021-05-12 13:57:16 +01:00