commit | 0607250a84bd2d358fdd5d6910a8191b940eaef6 | [log] [tgz] |
---|---|---|
author | Quentin Perret <qperret@google.com> | Mon Jan 16 15:44:42 2023 +0000 |
committer | Vincent Donnefort <vdonnefort@google.com> | Thu May 02 14:18:22 2024 +0100 |
tree | 1d2d792e69f02624e266777ca4c1827dd82af47d | |
parent | 65ea4cbfef546094aa4858475e3f484802ac2d76 [diff] |
Add KvmHypTracer class We will soon need to interact with the hypervisor tracing subsystem, so introduce a new helper class to make this simpler. Bug: 229975925 Test: atest AVFHostTestCase#testHypervisorLongSections Change-Id: I3b4ca804c8759e53c3feea30d2669b4bd169f1bb
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: