commit | b9f23ec21d5c28cb87eb2024d9c4c9e1487cb345 | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Wed Jun 12 16:39:16 2024 +0100 |
committer | Vincent Donnefort <vdonnefort@google.com> | Tue Jul 02 16:22:10 2024 +0100 |
tree | 2fadc064d10e201b1bac39933358f8eae5e154c0 | |
parent | 7ed94396cbc5ec0282f4aab40c52d95332525908 [diff] |
Generalize KvmHypTracer Currently KvmHypTracer is only used by testNoLonghypSections and was only able to trace "hyp_enter" and "hyp_exit" events. In preparation to re-use this class for other tests, make it more generic with an event list as a parameter. Bug: 340244758 Test: atest AVFHostTestCase#testNoLongHypSections Change-Id: I45ab976c198dede2b37a2b056d763c2a994fd8e9
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: