cloud-hypervisor/vmm/src
Rob Bradford 44f200d67d hypervisor: Set destination vCPU TSC frequency to source
Include the TSC frequency as part of the KVM state so that it will be
restored at the destination.

This ensures migration works correctly between hosts that have a
different TSC frequency if the guest is running with TSC as the source
of timekeeping.

Fixes: #5786

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2023-09-20 09:13:42 -07:00
..
api block: Add support for user specified ID_SERIAL 2023-09-11 12:50:41 +01:00
acpi.rs misc: Fix various spelling errors using typos 2023-09-09 10:46:21 +01:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs block: Add support for user specified ID_SERIAL 2023-09-11 12:50:41 +01:00
coredump.rs vmm: Automatically pause VM for coredump 2023-07-31 17:05:46 +01:00
cpu.rs misc: Fix various spelling errors using typos 2023-09-09 10:46:21 +01:00
device_manager.rs block: Add support for user specified ID_SERIAL 2023-09-11 12:50:41 +01:00
device_tree.rs vmm: reduce memory copy when BFT device tree 2023-05-15 17:19:48 +01:00
gdb.rs misc: Remove unnecessary clippy directives 2023-04-18 10:48:31 -07:00
interrupt.rs vm-device: support batch update interrupt source group GSI 2023-08-03 15:58:36 +01:00
lib.rs vmm: Refactor VM creation workflow 2023-09-07 12:52:27 +01:00
memory_manager.rs misc: Fix various spelling errors using typos 2023-09-09 10:46:21 +01:00
migration.rs vm-migration: Snapshot should have a unique SnapshotDataSection 2022-12-09 10:26:06 +01:00
pci_segment.rs build: Bump acpi_tables version 2023-09-07 13:58:33 +01:00
seccomp_filters.rs hypervisor: Set destination vCPU TSC frequency to source 2023-09-20 09:13:42 -07:00
serial_manager.rs build: Fix beta clippy issue (useless_vec) 2023-07-13 08:16:30 -07:00
sigwinch_listener.rs vmm: sigwinch_listener: Remove unncessary mut from reference 2023-08-22 12:01:54 +01:00
vm_config.rs block: Add support for user specified ID_SERIAL 2023-09-11 12:50:41 +01:00
vm.rs vmm: simplify EntryPoint 2023-09-09 10:46:51 +01:00