crosvm/hypervisor/tests
Daniel Verkamp 2cd2cfbd02 hypervisor: tests: fix test_xsaves compilation
There was a missing comma, so the global_asm macro failed to parse the
assembly. This test is conditionally enabled only for whpx, so it did
not cause the CI to fail since whpx is not enabled there currently.

BUG=None
TEST=cargo test -p hypervisor --features=whpx

Change-Id: I0f6788eacc46c12baeee9827202b68635cbe2e2a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5677434
Reviewed-by: Noah Gold <nkgold@google.com>
Commit-Queue: Noah Gold <nkgold@google.com>
Auto-Submit: Daniel Verkamp <dverkamp@chromium.org>
2024-07-03 21:56:51 +00:00
..
kvm base: define ioctls as consts rather than functions 2024-06-25 19:17:21 +00:00
dirty_log.rs
hypervisor_virtualization.rs hypervisor: tests: fix test_xsaves compilation 2024-07-03 21:56:51 +00:00
mmio_and_pio.rs
mmio_fetch_memory.rs
read_only_memory.rs
real_run_addr.rs
remove_memory.rs
tsc_offsets.rs