commit | ecd5bbc75bf008c5ad2ac8049991f930cac741d8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Dec 21 15:12:45 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Feb 08 18:06:23 2024 +0000 |
tree | 80051cb5d04b6984d84b22cc93ecef95d3b74ebd | |
parent | 81c5bc7bf147bbed9fc16585c7072cbdd0883280 [diff] |
libfdt: Move phandle functions and 0-cost Phandle Move Phandle to its own module, intended to contain all the zero-cost abstractions used by our Rust-safe wrapper around libfdt in place of the c_ints expected by the C code. Move the functions dealing with phandles to the LibFdt* traits. Reduce the unsafe blocks to the strict minimum (i.e. the FFI calls). Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: I548c7436f94bd7a902943eaea5bf1f0195e52366
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: