commit | da0e34b4869ca55d69b3800b696707f120484f10 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Mon Mar 24 16:19:50 2025 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Mon Mar 24 16:19:50 2025 +0000 |
tree | d17227d74b4f31f48498934128d4dcf718412736 | |
parent | 7821dcd82876027532c814ef3ddd91aa5d3d2c6f [diff] |
Use safe-mmio crate for 8250 UART driver. This takes care of working around the Rust volatile write issue on aarch64 and also lets us remove some unsafe code here. Test: atest vmbase_example.integration_test Change-Id: I73e2d16ed55b134d5851f94eb226a1e9104da495
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: