commit | b99905d3ce57b1b032d981e8b835f103e499a505 | [log] [tgz] |
---|---|---|
author | Jakob Vukalovic <jakobvukalovic@google.com> | Thu Apr 20 15:46:02 2023 +0100 |
committer | Jakob Vukalovic <jakobvukalovic@google.com> | Mon May 22 11:02:00 2023 +0100 |
tree | 411bd316eb4d66ece68681020b494aac1449b9c4 | |
parent | 26113c8502a48545941b665c0b405c20124deacf [diff] |
pvmfw: Optimize MMIO guard map Optimize MMIO guard mapping device pages by mapping the pages as invalid in order to produce translation faults. When a translation fault happens, re-enable the pages and only then MMIO guard map the pages. Bug: 245267332 Test: atest MicrodroidTestApp Change-Id: I81128d7efec1249a9a7da988ec098b29936338ef
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.