commit | 8ba89801e043cd8a9fb831dc27abc991c3f8f06e | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Feb 14 12:26:01 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Feb 14 16:12:01 2024 +0000 |
tree | 8d8c19764538e83691353e4df129aa13aabc479a | |
parent | c37c72e6fc0b48cecfb1fdb60acb7b738d25edb9 [diff] |
pvmfw: DRY vcpufreq error path & prevent panic Don't panic on a malformed DT containing a vcpufreq <reg> without size. DRY the validation check and, as we the returned InvalidVcpufreq error will get logged by the caller, remove superfluous error!() but rework the error message to print the values in hex. Test: m pvmfw Bug: 284369518 Change-Id: I05f29594e29d0b126210a49269e83ac08618750a
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: