Work around FDT buffer overrun.

Giving more memory leaves space between the FDT and the VM so it can
load without being overwritten. This doesn't fix the problem but means
QEMU tests can run.

Bug: 117320013
Change-Id: I8ede8b868637098a92ed14530b8705a7b511650b
1 file changed
tree: 02928cfd57fab9c5a7cde013ca7e5f0a68f2a048
  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.