commit | e6f5bb0b38f9bb6e0952c4c7dd4be6a660d5e6e6 | [log] [tgz] |
---|---|---|
author | David Dai <davidai@google.com> | Thu Jan 25 19:17:02 2024 -0800 |
committer | David Dai <davidai@google.com> | Fri Jan 26 17:23:27 2024 -0800 |
tree | 163d30462c5764155cae8c21add2bcba5b9f2068 | |
parent | eb78624063c52557f4d89b8ba0d40c25291573da [diff] |
Flag guard virtual cpufreq support The feature is guarded by the RELEASE_AVF_ENABLE_VIRT_CPUFREQ flag. In Virtualization manager, --virt-cpufreq and --host-cpu-topology is only passed to crosvm when launching a VM if this feature is enabled. Bug: 322415363 Test: Builds Change-Id: I35dca05b42323bdca4f5855bbfe991ba90bbb229 Signed-off-by: David Dai <davidai@google.com>
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: