We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a6327 commit df6618dCopy full SHA for df6618d
src/exit.rs
@@ -1,7 +1,6 @@
1
use axvm_types::{
2
addr::GuestPhysAddr,
3
device::{AccessWidth, SysRegAddr},
4
- mem::MappingFlags,
5
};
6
7
/// Reasons for VM-Exits returned by [AxArchVCpu::run].
src/pcpu.rs
@@ -3,8 +3,6 @@ use core::cell::OnceCell;
use aarch64_cpu::registers::*;
use axerrno::AxResult;
-use crate::CpuHal;
-
8
/// Per-CPU data. A pointer to this struct is loaded into TP when a CPU starts. This structure
9
#[repr(C)]
10
#[repr(align(4096))]
src/vcpu.rs
@@ -1,5 +1,3 @@
-use core::marker::PhantomData;
0 commit comments