Fix race with checking remaining time on VM timer.

We were assuming that the remaining time on the timer could not be 0
if it had previously been checked not to be pending, but that could
have changed due to time passing since that check was made. To fix
this we get the remaining time once and treat the timer as pending if
the timer is enabled and the remaining time is 0.

Bug: 141469322
Change-Id: I3736a4c1a02acea46e55ce6c41f99e95e42711c0
1 file changed
tree: 6d27e3a420fd8d3ad757140ee9e48a2ce724bfe5
  1. .vscode/
  2. build/
  3. docs/
  4. driver/
  5. inc/
  6. kokoro/
  7. project/
  8. src/
  9. test/
  10. third_party/
  11. .clang-format
  12. .clang-tidy
  13. .gitignore
  14. .gitmodules
  15. .gn
  16. AUTHORS
  17. BUILD.gn
  18. CONTRIBUTING.md
  19. LICENSE
  20. Makefile
  21. 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.

If you want to contribute to the project, see details of how we accept contributions.

Documentation

More documentation is available on: