commit | 44b1ce35f3cf074235b0ab1c0eb3a445ca81b96f | [log] [tgz] |
---|---|---|
author | Jakob Vukalovic <jakobvukalovic@google.com> | Mon Apr 17 19:10:10 2023 +0100 |
committer | Jakob Vukalovic <jakobvukalovic@google.com> | Wed May 24 15:34:26 2023 +0100 |
tree | 7d6b9e60c17d345f3a9ac75e316da4b91c400e0a | |
parent | d55a36f47c6bab0df65a5f2c08d91d4a2a4aa68c [diff] |
pvmfw: Implement software dirty state handling Flush only dirty pages when dropping RW memory regions. Implement handling of dirty bit in software. Mark writable regions read-only and make the pages writable-dirty when access causes a permission fault. Bug: 269738062 Test: atest MicrodroidTestApp Change-Id: I2e73a7cc867bae8b68c2a3b68d382405327f99e8
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.