AArch64 EL2 hypervisor for QEMU virt that boots at EL2
1

Configure Feed

Select the types of activity you want to include in your feed.

ariel / include / hv / selftest.h
88 B 6 lines
1#ifndef HV_SELFTEST_H 2#define HV_SELFTEST_H 3 4void selftests_run_or_panic(void); 5 6#endif