hypervisor: mshv: Add x86_64 module

Add x86_64 specific definitions as we only plan
to support x86_64 for the moment.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
Muminul Islam
2020-12-03 14:33:58 -08:00
committed by Samuel Ortiz
parent e664fa386b
commit 7fe5d276a3
2 changed files with 152 additions and 0 deletions

View File

@@ -8,3 +8,7 @@
#![allow(unused_variables)]
#![allow(unused_macros)]
#![allow(non_upper_case_globals)]
// x86_64 dependencies
#[cfg(target_arch = "x86_64")]
pub mod x86_64;