commit | 18ceddcd947302197cbf2c56013c781c6eda211b | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Mar 18 13:30:02 2025 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Mar 18 14:39:36 2025 +0900 |
tree | 622875e7c6239ebd276e119685b34ac0f037b747 | |
parent | 3195dcdbc193a60f9de3bc24b1eb47eab08c3c97 [diff] |
`vm list` shows VM's name Bug: 404319069 Test: run ferrochrome and microdroid, and type `vm list`. komodo:/apex/com.android.virt/bin # ./vm list Running VMs: [ VirtualMachineDebugInfo { name: "debian", cid: 2048, temporaryDirectory: "/data/misc/virtualizationservice/2048", requesterUid: 10297, requesterPid: 4179, hostConsoleName: None, }, VirtualMachineDebugInfo { name: "VmRunApp", cid: 2049, temporaryDirectory: "/data/misc/virtualizationservice/2049", requesterUid: 2000, requesterPid: 8486, hostConsoleName: None, }, ] Change-Id: Iea1e4d7e7b57af19e5b79c71ff0457501ad24c80
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: