commit | 60282aed066c0d26b4dc38f1527114f7501cb859 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Dec 21 16:00:02 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Feb 08 18:06:23 2024 +0000 |
tree | af29062f10ca3e13ead82cb2e2a8d52b54981883 | |
parent | ecd5bbc75bf008c5ad2ac8049991f930cac741d8 [diff] |
libfdt: Move string functions to Libfdt Move fdt_string() and fdt_get_name() to the Libfdt trait. Make the pointer-based indexing safer by avoiding treating the pointers as integers; see feature(strict_provenance) and use the new implementation in Fdt::get_from_ptr(). Reduce the unsafe blocks to the strict minimum (i.e. the FFI calls). Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: Icfbc7736e919313d9cf2dc60d3ea5cfff16a8ca5
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: