Revert "Save and restore virtual timer registers."

This reverts commit ba79ce3fe1ff85b1a6947d9ac1a380a9ace4677f.

Reason for revert: it breaks Linux's ability to preempt VMs.

Change-Id: I656d977c39f269974e1bd34f989880caa6676d92
2 files changed
tree: d9bbfd1c81d96627f743d6d1b3ea2fe7243e310a
  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.