hypervisor: do not export VcpuExit

It is not used anywhere outside of the hypervisor crate.

Signed-off-by: Dev Rajput <t-devrajput@microsoft.com>
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2022-07-14 10:05:30 +00:00
committed by Rob Bradford
parent f0ad7fc74f
commit 4a1eab11b4
2 changed files with 2 additions and 3 deletions

View File

@@ -67,7 +67,6 @@ impl fmt::Display for VcpuMshvState {
}
pub struct IrqRouting {}
pub enum VcpuExit {}
pub struct MpState {}
impl SegmentRegisterOps for SegmentRegister {