crosvm/hypervisor/tests
Steven Richman 07a0706829 hypervisor: add vcpu new and run
Vcpus are created on the Vm object, instead of with Vcpu::new.  Vm keeps
a copy of the Hypervisor to support create_vcpu.  Otherwise the methods
are the same as the kvm crate.

BUG=chromium:1077058
TEST=cargo test

Change-Id: I6fbd0e5fb5d81d4362a259e85eb392d8edbfff1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2247366
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Steven Richman <srichman@google.com>
2020-06-25 14:38:18 +00:00
..
test_concrete.rs hypervisor: add vcpu new and run 2020-06-25 14:38:18 +00:00
test_concrete_aarch64.rs hypervisor: add Vm/Vcpu traits and Kvm impls 2020-05-09 06:23:33 +00:00
test_concrete_x86_64.rs hypervisor: add Vm/Vcpu traits and Kvm impls 2020-05-09 06:23:33 +00:00
types.rs hypervisor: add Vm/Vcpu traits and Kvm impls 2020-05-09 06:23:33 +00:00