commit | 85a00d7547332e4884a51daa9e8091082ef0903c | [log] [tgz] |
---|---|---|
author | Jakob Vukalovic <jakobvukalovic@google.com> | Thu Apr 20 09:51:10 2023 +0100 |
committer | Jakob Vukalovic <jakobvukalovic@google.com> | Thu Apr 20 12:00:40 2023 +0100 |
tree | 8be93843d86712e528c76f2e52563c18b7ac838a | |
parent | 1ef22bcff03bab7ad07138e16d814a884931bbc1 [diff] |
pvmfw: Move MemoryTracker to a global variable Exception handlers that maniplulate memory need access to MemoryTracker. To prepare for the implementation of such handlers, move the MemoryTracker into a global variable, and wrap it with a SpinMutex. Bug: 245267332 Test: atest MicrodroidTestApp Change-Id: Ib5b16006e25addca991c6c6d7854c9368d60a28b
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.