Move VM ID from `struct mm_ptable` to `struct vm`.

The ID is a property of the VM and when it is needed along side the
ptable, both pieces of information are available.

Change-Id: I4c6165b931a4acd8128a21a9cc92880a1b47ceae
4 files changed
tree: 3d24e645b7f5c94f0a5173b84579c8e0bea15ad5
  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.