commit | c37c72e6fc0b48cecfb1fdb60acb7b738d25edb9 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Feb 14 12:18:12 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Feb 14 16:12:01 2024 +0000 |
tree | 527ba39b5971e8cd1f26958f7892b0a8d300dc70 | |
parent | 9bdb10cde34987f3318fca3903d829ccefa391b7 [diff] |
pvmfw: Get vcpufreq by compat & NOP unused OPPs If the input DT doesn't contain an OPP table, remove it from the template instead of passing the placeholder table to the guest. Instead of hard-coding the path to the cpufreq node in the VMM-provided DT, locate it by compatible (as the guest kernel would do) and warn about any extra node (similar to other nodes found by compatible). Test: m pvmfw Bug: 284369518 Change-Id: I9009ee0bb8eea932482582d8f005de35ec118920
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: