aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-31 22:24:02 +0000
committeriximeow <me@iximeow.net>2026-06-21 16:44:21 +0000
commit85b78c0e4c8713271b232737e68601e4413ef4e0 (patch)
tree2dac143847b477e22813dcd6a5af10dc062d5534 /test/long_mode
parent7aef56ca320bad9d72fbddd6e334381773e23d37 (diff)
feature gate kvm tests to linux
Diffstat (limited to 'test/long_mode')
-rw-r--r--test/long_mode/behavior.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/long_mode/behavior.rs b/test/long_mode/behavior.rs
index e3d27aa..ad9a71e 100644
--- a/test/long_mode/behavior.rs
+++ b/test/long_mode/behavior.rs
@@ -1,4 +1,4 @@
-#[cfg(all(target_arch = "x86_64"))]
+#[cfg(all(target_arch = "x86_64", target_os = "linux"))]
mod kvm {
use asmlinator::x86_64::{GuestAddress, Vm, VcpuExit, kvm_regs, kvm_sregs};