x86_vcpu 0.5.21

x86 Virtual CPU implementation for the Arceos Hypervisor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(dead_code)]

mod definitions;
mod flags;
mod frame;
mod instructions;
mod percpu;
mod structs;
mod vcpu;
mod vmcb;

pub use percpu::SvmPerCpuState;
pub use vcpu::SvmVcpu;