We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa8518 commit 9e6782eCopy full SHA for 9e6782e
openhcl/virt_mshv_vtl/src/processor/apic.rs
@@ -1,6 +1,8 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
+#![cfg(guest_arch = "x86_64")]
5
+
6
use super::LapicState;
7
use super::UhRunVpError;
8
use hcl::GuestVtl;
0 commit comments