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 / platform.h
157 B 9 lines
1#ifndef HV_PLATFORM_H 2#define HV_PLATFORM_H 3 4#include "hv/fdt.h" 5 6const struct fdt_platform_info *platform_info(void); 7bool platform_selftest(void); 8 9#endif