axvisor 0.5.5

A lightweight type-1 hypervisor based on ArceOS
1
2
3
4
5
6
struct ArchIfImpl;

const _: ArchIfImpl = ArchIfImpl;

#[axvisor_api::api_impl]
impl axvisor_api::arch::ArchIf for ArchIfImpl {}