commit | 9a8b39f64033550dede551115eb81c322aa8062b | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Apr 12 15:31:48 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Apr 13 18:42:48 2023 +0000 |
tree | d2fae8a0f8390ee888dc23b790eeba22411e7ddd | |
parent | 0bdc3f626cf3ade121b890248cf1f1c49084a441 [diff] |
[rialto] Enable Rialto to run in protected VM Prior to this cl, Rialto couldn't run in protected VM because MMIO access is blocked by default in protected mode, this cl enables the MMIO guard. We should also unmap the MMIO range used in Rialto in the future. Bug: 272226230 Test: atest rialto_test Change-Id: Iaf4a9c74ddbd068ee10cc981c261d38a02c63993
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.