commit | df272a5a74766ce80cfd6029478df461f06ee076 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Apr 15 16:07:58 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Apr 16 13:02:20 2024 +0100 |
tree | b8a1a4bb9dbd6c3f0a41f3a1a46166d094e053c4 | |
parent | ec8fd19bd1c543e75c4765fe6f2ba462f408b608 [diff] |
pvmfw: Avoid panic if OPP table too large As ArrayVec::push() panics if called on a full instance, ensure that it is only called up to the capacity of the array and print a warning if more entries are received. Functionally, this will boot with fewer OPPs than actually supported i.e. a potential performance impact but which is preferable to preventing guests from booting altogether. Bug: 335130218 Test: m pvmfw && TH Change-Id: I7e064d87202170e670f3855c4c949b68c6429610
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: