Fault rather than looping on secondary abort, so tests fail quickly.

Before an assertion failure in a secondary would result in the test timing
out. Now it will fail immediately, as the fault returns control to the
primary.

Change-Id: I58e77c3f881deaa3d0205a3ead5b2d1b6660b124
1 file changed
tree: 5cc61f40a7ed63fd2396a4af115f01609ed4fbce
  1. build/
  2. docs/
  3. driver/
  4. inc/
  5. kokoro/
  6. project/
  7. src/
  8. test/
  9. third_party/
  10. .clang-format
  11. .clang-tidy
  12. .gitignore
  13. .gitmodules
  14. .gn
  15. AUTHORS
  16. BUILD.gn
  17. CONTRIBUTING.md
  18. LICENSE
  19. Makefile
  20. README.md
README.md

Hafnium

Hafnium is a hypervisor, initially supporting aarch64 (64-bit ARMv8 CPUs).

Get in touch and keep up-to-date at hafnium-discuss@googlegroups.com.

Getting started

To jump in and build Hafnium, follow the getting started instructions.