hypervisor: mshv: Move CpuIdEntry alias into x86_64 module

This is consistent with kvm and correctly reflects the architectural
dependency.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-05-11 17:07:16 +01:00
committed by Sebastien Boeuf
parent 288cea917e
commit 4ff0686d37
2 changed files with 3 additions and 3 deletions

View File

@@ -1048,6 +1048,3 @@ impl vm::Vm for MshvVm {
.map_err(|e| vm::HypervisorVmError::GetDirtyLog(e.into()))
}
}
pub use hv_cpuid_entry as CpuIdEntry;
pub const CPUID_FLAG_VALID_INDEX: u32 = 0;