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 / tests / host / test_qemu_virt.c
125 B 9 lines
1#include "hv/qemu_virt.h" 2 3#include <assert.h> 4 5int main(void) 6{ 7 assert(qemu_virt_guest_layout_valid()); 8 return 0; 9}