commit | 6d3064191f2b17b8f9a36cb62246e8f0e6693b3f | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Sat Feb 17 21:37:49 2024 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Mon Feb 19 16:57:53 2024 +0000 |
tree | 4258a16aeba3dcf4aa4eebc9974356bb28654163 | |
parent | c204f21216c47c7622ec5f7da20782d758e2f389 [diff] |
[vm tool] Introduce check-feature-enabled Introduce this command to allow host to query feature (such as com.android.kvm.LLPVM_CHANGES) is enabled on device. Implement this in libavf_features, so that virtmrg can share code. Bug: 325630143 Test: Inspect output of vm check-feature-enabled com.android.kvm.LLPVM_CHANGES Change-Id: I9f11f6d8a98e1df6926492edee2152908c770e73
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: