commit | a3c4ec349962a4c43ff19505b89082f111ace3b3 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Feb 15 20:05:15 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Feb 16 11:44:14 2024 +0000 |
tree | 4cde1bb25efb6bfbab1693c427aeee050d239b2d | |
parent | 6e825ef3bb02bd9545033f95e7f1b78906c0bf78 [diff] |
libfdt: Change FdtNodeMut::add_subnode*(self, ...) As the borrow checker forbids having more than one mutable reference at the same time and as FdtNodeMut is a wrapper around &mut Fdt, take the ownership of the node when obtaining its first_subnode, allowing less convoluted code when walking a mutable DT. Bug: 324046698 Test: m pvmfw virtmgr fsfdt librialto libfdtpci Test: m liblibfdt.integration_test libpvmfw.device_assignment.test Change-Id: I1bbbebe263c21f95b3637bb6266b4308079ada8f
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: