axvisor 0.5.3

A lightweight type-1 hypervisor based on ArceOS
1
2
3
4
#[panic_handler]
fn panic(_info: &core::panic::PanicInfo) -> ! {
    loop {}
}