pub type AxVMRef<H: AxVMHal, U: AxVCpuHal> = Arc<AxVM<H, U>>;
A reference to a VM.
pub struct AxVMRef<H: AxVMHal, U: AxVCpuHal> { /* private fields */ }