commit | 161e6656d98816e6415db83b68c104386f9c7d7c | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Jun 18 15:31:22 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Jun 18 15:38:03 2024 +0000 |
tree | 279968bed102d7268a41801af7a13a1390ca4faa | |
parent | 75410032e0aa519896ba6cc7f17beaa3a218f2e0 [diff] |
Enable hugepages for microdroid benchmarks This will only have an effect if the global device-level switch is also enabled (i.e. echo "advise" > /sys/kernel/mm/transparent_hugepage/shmem_enabled") This patch effectively allows to run more accurate benchmarks for devices that enable hugepages. Bug: 345727590 Test: atest MicrodroidBenchmarks Change-Id: I5c816e936b1200ebdbbe64094fc6af06cce04a9d
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: