bareflank-hypervisor/kernel/integration
Rian Quinn dcbe19368c Adds missing unit tests for the loader
This patch:
- Completes the unit tests for the loader
- Fixes issues with Clang Tidy
2021-10-15 08:07:34 -06:00
..
support Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_callback_op_register_bootstrap.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_callback_op_register_fail.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_callback_op_register_vmexit.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_dump_ext.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_dump_huge_pool.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_dump_page_pool.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_dump_vm.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_dump_vmexit_log.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_dump_vp.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_dump_vs.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_out.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_write_c.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_debug_op_write_str.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_handle_op_close_handle.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_handle_op_open_handle.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_intrinsic_op_rdmsr.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_intrinsic_op_wrmsr.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_mem_op_alloc_huge.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_mem_op_alloc_page.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vm_op_create_vm.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vm_op_destroy_vm.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vm_op_map_direct.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vm_op_tlb_flush.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vm_op_unmap_direct.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vp_op_create_vp.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vp_op_destroy_vp.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_advance_ip_and_run.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_advance_ip_and_run_current.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_advance_ip_and_set_active.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_clear.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_create_vs.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_destroy_vs.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_init_as_root.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_migrate.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_promote.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_read.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_run.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_run_current.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_set_active.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_tlb_flush.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
bf_vs_op_write.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
CMakeLists.txt Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
CMakeLists_Targets.cmake Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_bootstrap.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_bootstrap_with_no_syscall.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_bootstrap_with_segfault.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_bootstrap_with_wait.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_fail.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_fail_with_no_syscall.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_fail_with_segfault.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_fail_with_wait.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_main.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_main_with_no_syscall.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_main_with_segfault.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_vmexit.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_vmexit_with_no_syscall.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_vmexit_with_segfault.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_exit_from_vmexit_with_wait.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_recover_from_assert.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_recover_from_page_fault.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_wait_no_bootstrap.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_wait_no_fail.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00
fast_fail_wait_no_vmexit.cpp Adds missing unit tests for the loader 2021-10-15 08:07:34 -06:00