commit | 244efeae12f78d654e0b2d64110024477e354932 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Feb 16 14:48:14 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Feb 22 12:29:17 2024 +0000 |
tree | 3eaa50f28d798a53364f92088300c0bfe161343f | |
parent | 8b133bff26b1c38044f16de25622561f34aec0cf [diff] |
libfdt: Make Fdt::root{,_mut}() infallible As we now build the node without calling into libfdt, there's no need for the Rust functions to -> Result<_> so update the API accordingly. Test: m pvmfw virtmgr fsfdt librialto libfdtpci Test: liblibfdt.integration_test libpvmfw.device_assignment.test Change-Id: I82d146b0db851c72cb3d58516f4cc14fff3f0321
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: