Enable static analysis in presubmit.

clang-check is now available in the clang toolchain prebuilts so can be
used in presubmit.

One fix was needed as the analysis proved that an unhandled error led to
an invalid pointer dereference.

Change-Id: I59213df883462f4f4a723b44297a8fe0f79cad41
2 files changed
tree: 54f67e2efe531d5b971d2f79dc73f5be3f0bfdc1
  1. build/
  2. docs/
  3. driver/
  4. inc/
  5. kokoro/
  6. src/
  7. test/
  8. third_party/
  9. .clang-format
  10. .clang-tidy
  11. .gitignore
  12. .gitmodules
  13. .gn
  14. BUILD.gn
  15. Makefile
  16. README.md
README.md

Hafnium

go/hafnium

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

Further details are available in the design doc.

Get in touch and keep up-to-date at g/hafnium-eng.

Getting started

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