crosvm/hypervisor/src
Daniel Verkamp 7afb3be9ca hypervisor: whpx: fix Arc::as_ptr usage
Arc::as_ptr() is only available as an associated function.

Fixes compile error:

  error[E0599]: no method named `as_ptr` found for struct
  `Arc<bindings::WHV_RUN_VP_EXIT_CONTEXT>` in the current scope

BUG=b:213151419
TEST=tools/run_tests --target=host --arch=win64 --build-only

Change-Id: Icc6753e4109b54ca507bb91bc89abd80fae098b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3707626
Reviewed-by: Vaibhav Nagarnaik <vnagarnaik@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2022-06-17 22:41:32 +00:00
..
haxm
kvm hypervisor: kvm: use shared host_phys_addr_bits function 2022-06-15 19:40:51 +00:00
whpx hypervisor: whpx: fix Arc::as_ptr usage 2022-06-17 22:41:32 +00:00
aarch64.rs arch: add VcpuInit data to provide initial values 2022-06-17 20:50:51 +00:00
caps.rs
haxm.rs
lib.rs hypervisor: Add whpx support 2022-06-16 01:05:36 +00:00
whpx.rs hypervisor: Add whpx support 2022-06-16 01:05:36 +00:00
x86_64.rs hypervisor: enable x86_64 functions for whpx 2022-06-17 22:41:31 +00:00