crosvm/hypervisor/src
Steven Richman 1d6967437e hypervisor: add get/set_pvclock
The clock functions on the Vm trait are for any arch, to support
hypervisors that might have ARM pv clocks.  The KVM implementation (x86
only) is mostly the same as before, but uses a hypervisor-agnostic
ClockState struct instead of the KVM struct.

BUG=chromium:1077058
TEST=cargo test -p hypervisor

Change-Id: I0e77ae997d6a30851d28aeb5f73c9ef8ebc464a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2202742
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Steven Richman <srichman@google.com>
2020-06-03 12:32:41 +00:00
..
kvm hypervisor: add get/set_pvclock 2020-06-03 12:32:41 +00:00
aarch64.rs devices: irqchip: new irqchip module 2020-05-18 23:56:23 +00:00
caps.rs Implements the Hypervisor trait for Kvm. 2020-05-15 16:57:22 +00:00
lib.rs hypervisor: add get/set_pvclock 2020-06-03 12:32:41 +00:00
x86_64.rs hypervisor: x86 irqchip structs 2020-05-28 08:00:30 +00:00