commit | 70ba63302d0865bdbc4e48adf36412e79f6f8827 | [log] [tgz] |
---|---|---|
author | Jakob Vukalovic <jakobvukalovic@google.com> | Tue Jul 11 10:52:22 2023 +0100 |
committer | Jakob Vukalovic <jakobvukalovic@google.com> | Wed Jul 19 18:56:03 2023 +0100 |
tree | a5c8a0e2065801641d21720ba665d0f4d3fdaea2 | |
parent | cb4daafb8efc4ffb135820468ee0757be02b752d [diff] |
apex: Add prepare_device_vfio script 'prepare_device_vfio.sh' prepares a device for VFIO assignment by binding a VFIO platform driver, configuring VFIO framework, and verifying the resulting directory structure. This must be done before the device is passed to crosvm for further handling and assignment to a VM. This is a temporary helper before properly implementing management of assignable devices in virtualizationservice. Test: Run 'prepare_device_vfio.sh <DEVICE_NAME>', then verify device driver name. Change-Id: I3026723913999ed4d98d4e9bba4a996f38cbed42
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: