commit | 75460b3300b1720577d9bdaee351d5e40168b78b | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Aug 09 13:41:31 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Aug 09 16:26:31 2023 +0900 |
tree | 5d90db2e515ccb5b3d0527bd7a5c6145b9a8051d | |
parent | f36347b06ad5d68febaa65fd6f8025a47329bb14 [diff] |
Add assignable devices to vm info "vm info" command will now show a list of assignable devices. This will be helpful for 1) host tests which can't directly interact with virtualization service 2) users who want to test device assignment (on shell) Bug: 294799577 Test: adb shell /apex/com.android.virt/bin/vm info Change-Id: I8226e8b46f769e0159725a246efd9fbc8f105ebe
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: