commit | bdca04792cf955103a8bb5316e1f58cd50acd3f6 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Jul 28 19:20:56 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Aug 02 15:08:19 2023 +0900 |
tree | ebbcb694688286c129420a133f5737b54a9b6dba | |
parent | 6ef80977be32b8280118264c554e1a3fad30d384 [diff] |
Bind devices to VFIO with VirtualizationService vfio_handler service is added, which is a minimal service for tasks which should be done as root. It will interact to sysfs to bind VFIO devices. Bug: 287379025 Bug: 278008182 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid \ --devices /sys/bus/platform/devices/16d00000.eh --protected Change-Id: Ia99f2be86c33b171297f76f7e30eacfc083aeaa0
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: