crosvm/hypervisor
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
..
src hypervisor: add get/set_pvclock 2020-06-03 12:32:41 +00:00
tests hypervisor: add Vm/Vcpu traits and Kvm impls 2020-05-09 06:23:33 +00:00
Cargo.toml hypervisor: x86 irqchip structs 2020-05-28 08:00:30 +00:00