diff --git a/hypervisor/src/mshv/mod.rs b/hypervisor/src/mshv/mod.rs index 8431c9e30..9f53b7adf 100644 --- a/hypervisor/src/mshv/mod.rs +++ b/hypervisor/src/mshv/mod.rs @@ -507,6 +507,7 @@ impl cpu::Vcpu for MshvVcpu { warn!("TRIPLE FAULT"); Ok(cpu::VmExit::Shutdown) } + #[cfg(target_arch = "x86_64")] hv_message_type_HVMSG_X64_IO_PORT_INTERCEPT => { let info = x.to_ioport_info().unwrap(); let access_info = info.access_info;