commit | 747c08da3e44e8d6dea96bed69be6b757e44b5ec | [log] [tgz] |
---|---|---|
author | Michał Mazurek <mazurekm@google.com> | Fri Nov 29 13:26:22 2024 +0100 |
committer | Bartłomiej Grzesik <bgrzesik@google.com> | Tue Feb 04 13:28:59 2025 +0000 |
tree | d2bf944a63fcb282c686f53f459e018bc324cb4f | |
parent | 3a9ecbff31594818740b061abd4b551fd4cf0fe8 [diff] |
vmbase: Move exceptions to aarch64 directories This commit move ARM specific exception handling separate directories. Also use statement in Rialto and PVMFW was limited to only used exception errors, to not leak platform specific detail form libvmbase library. This commit is part of bigger refactoring enabling adding new CPU architecture to libvmbase. Bug: 362733888 Test: m {pvmfw, rialto, vmbase_example_{bios, kernel}_bin} Test: atest, rialto_test, vmbase_example.integration_test Change-Id: I17b79d880b9f2fbf9317344dfcb1ce56e935531e
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: