commit | 3c5e7a7e60ace9dd8bee1968f1eef0ad53101e8a | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Nov 27 20:12:37 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Nov 28 15:26:46 2024 +0000 |
tree | 8c700a7867f90e46e9ce67f38953de2a44810b03 | |
parent | 4c145c06413065d6f7be05c6ad1cfcce4450f94d [diff] |
vmbase: Support missing SwiotlbInfo DT node Stop failing with an Err() when SwiotlbInfo::new_from_fdt() is called on DTs missing the "restricted-dma-pool" (e.g. in non-protected VMs) and instead return Ok(None), which the caller can handle appropriately. While here, use the proper error code (BadValue) when a <reg> property is present but empty or is missing a size. Bug: 377276983 Test: m {pvmfw,rialto,vmbase_example_{bios,kernel}}_bin Test: atest rialto_test vmbase_example.integration_test Change-Id: I58179318d34c33c20e6333f02b066574d0fb47a5
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: