Fixing IRQ handler for tests.

It was not returning properly, nor saving and restoring registers.
We can use some of the same macros that the hypervisor uses for its
exception handlers.

Bug: 117270899
Change-Id: Id08e4adfc953d65ee9e0f07b0f1c0b6dc6784f34
3 files changed
tree: b88e7de9bb132527536234774b77ab467d2949c9
  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. BUILD.gn
  16. CONTRIBUTING.md
  17. LICENSE
  18. Makefile
  19. 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.