crosvm/hypervisor
Vaibhav Nagarnaik 609872d779 hypervisor: Trait changes for VmX86_64
There are 3 new methods added to the trait:
- `handle_cpuid`
- `get_tsc_offset`
- `set_tsc_offset`

These methods allow handling of cpu exit for reading CPUID which is
required for Hyper-V support. The other 2 methods related to TSC are
required for special Hyper-V handling.

BUG=b:213150327
TEST=Compiled crosvm

Change-Id: Ibc95163d9625883521a56ec9a1573725d0f41711
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3630709
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Vaibhav Nagarnaik <vnagarnaik@google.com>
2022-05-06 15:55:25 +00:00
..
src hypervisor: Trait changes for VmX86_64 2022-05-06 15:55:25 +00:00
Cargo.toml Refactoring: Move common/base into base 2022-03-17 00:01:27 +00:00