commit | 1ca0f65617c25f9f30039c5cc986a9096f6900a5 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jul 20 17:18:12 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Fri Jul 28 15:08:21 2023 +0900 |
tree | fbcaf3f97c0681a66d56de8000a9a09d857f1426 | |
parent | b27ec8f0320c300d18163789c0bf077777e09187 [diff] |
Add internal API to bind devices to VFIO An app can specify devices to be assigned. VirtualizationService will handle unbinding devices and binding them to VFIO. VirtualizationService will also assemble a DTBO for VM. Bug: 287379025 Test: TH Change-Id: Icd720aa5ebde6dc4b6fa2b36cc22af27183462a9
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:
How-Tos: