cloud-hypervisor/vmm/src
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
..
api vmm: Add CPU affinity support 2021-11-12 09:40:37 +00:00
acpi.rs vmm: Add some missing fields in IORT table 2021-12-01 09:24:01 +08:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Update comments related with enum Error struct in config.rs 2021-11-26 10:22:57 +01:00
cpu.rs vmm: Add CPU affinity support 2021-11-12 09:40:37 +00:00
device_manager.rs aarch64: Introduce struct PciSpaceInfo for FDT 2021-12-06 09:29:49 +00:00
device_tree.rs vmm: Remove segment_id from DeviceNode 2021-11-02 16:55:42 +00:00
interrupt.rs vmm: Update devid in kvm_irq_routing_entry 2021-12-01 09:24:01 +08:00
lib.rs vmm: Move KVM clock saving to common Vm::restore() method 2021-12-06 11:23:16 +00:00
memory_manager.rs vmm: Improve logging related to memory management 2021-12-04 23:04:32 +01:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
pci_segment.rs vmm: Rename PCI_MMIO_CONFIG_SIZE and move it to arch 2021-12-06 09:29:49 +00:00
seccomp_filters.rs arch, vmm: Place KVM identity map region after TSS region 2021-12-04 19:33:34 +00:00
serial_buffer.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
serial_manager.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
sigwinch_listener.rs vmm: Fix panic in SIGWINCH listener thread when no seccomp filter set 2021-11-16 14:28:02 +00:00
vm.rs vmm: Move KVM clock saving to common Vm::restore() method 2021-12-06 11:23:16 +00:00