commit | 5e8d71b291634fa50e8d87ea7d05488190d783fa | [log] [tgz] |
---|---|---|
author | Quentin Perret <qperret@google.com> | Mon Jan 16 15:47:14 2023 +0000 |
committer | Vincent Donnefort <vdonnefort@google.com> | Thu May 02 14:18:22 2024 +0100 |
tree | aa0624d019d518722f528527abdf77b43f2b85a7 | |
parent | 0607250a84bd2d358fdd5d6910a8191b940eaef6 [diff] |
Test duration of hypervisor sections Hypervisors run non-preemptible, as such, it is very desirable to never run them for long periods of time. To track this and make sure we don't regress, add a new test that parses hypervisor traces after a compos run to look for outliers. Bug: 229975925 Test: atest AVFHostTestCase#testHypervisorLongSections Change-Id: I4fda2d857c566c17ad785750722239f53ae6af69
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: