commit | 6b867534d017c6caa78e82abe8942a87b463982a | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Apr 29 02:29:42 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed May 22 10:34:53 2024 +0100 |
tree | ca4d4d882328ead9a7751e0deb8ad9a5585a678d | |
parent | 06c570289b4a9fa448c88c7c7e5b5fc6bf15dba1 [diff] |
vmbase: Clean up MMIO_GUARD in MemoryTracker Ensure that we panic if the share failed, to avoid having a valid S1 mapping for an invalid S2 mapping. Rename mmio_unmap_all() to unshare_all_mmio() as it doesn't actually unmap from S1 and to mimic unshare_all_memory(). Detangle a confusion between PAGE_SIZE and MMIO_GUARD_GRANULE_SIZE. Introduce map_lazy_mmio_as_valid() for encapsulation. Test: m libpvmfw libvmbase_example librialto Change-Id: I2e3573267c062fd18f0240665e14f74424d2632f
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: