mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-30 16:35:31 +00:00
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:
parent
f0ad7fc74f
commit
4a1eab11b4
@ -61,7 +61,7 @@ pub use kvm::{aarch64, GicState};
|
||||
#[cfg(feature = "kvm")]
|
||||
pub use kvm::{
|
||||
ClockData, CpuState, CreateDevice, DeviceAttr, DeviceFd, IoEventAddress, IrqRoutingEntry,
|
||||
MpState, VcpuEvents, VcpuExit, VmState,
|
||||
MpState, VcpuEvents, VmState,
|
||||
};
|
||||
#[cfg(all(feature = "mshv", target_arch = "x86_64"))]
|
||||
pub use mshv::x86_64;
|
||||
@ -69,7 +69,7 @@ pub use mshv::x86_64;
|
||||
#[cfg(all(feature = "mshv", target_arch = "x86_64"))]
|
||||
pub use mshv::{
|
||||
CpuState, CreateDevice, DeviceAttr, DeviceFd, IoEventAddress, IrqRoutingEntry, MpState,
|
||||
VcpuEvents, VcpuExit, VmState,
|
||||
VcpuEvents, VmState,
|
||||
};
|
||||
use std::sync::Arc;
|
||||
pub use vm::{
|
||||
|
@ -67,7 +67,6 @@ impl fmt::Display for VcpuMshvState {
|
||||
}
|
||||
|
||||
pub struct IrqRouting {}
|
||||
pub enum VcpuExit {}
|
||||
pub struct MpState {}
|
||||
|
||||
impl SegmentRegisterOps for SegmentRegister {
|
||||
|
Loading…
x
Reference in New Issue
Block a user