commit | d5846dc5d22ff1c5585434f96e9f5ef9dc6e551c | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Nov 01 18:44:45 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Sun Nov 03 23:38:16 2024 +0000 |
tree | c36db53f5c5f728004e6544c5dd113ea885d121f | |
parent | f49350ec41fb8f2651b80c5d420925bcc509cbd4 [diff] |
Add test to verify page size of Microdroid VM Also fix the x86_64 microdroid_16k. Unfortunately passing the `page_shift = 14` option in the bootconfig doesn't enable 16k emulation, so we need to pass the option in the kernel cmdline until support for bootconfig is implemented in the kernel. Bug: 333730505 Test: atest MicrodroidTests Change-Id: I35375ad272b4ff91c37a9a69658a17045a4a7ac8
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: