commit | f0af81d084c5dc561d8b71738c62e42e6ef8aa3a | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Wed Jan 17 13:48:36 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Thu Jan 18 10:00:20 2024 +0900 |
tree | 7e90f0e1550cac7ed5f8292a78fba52b2ec425cd | |
parent | 2a7e7e9a81796878e8acfcca43bc8dbc0227d927 [diff] |
Use VM reference DT instead of VM base DTBO in pvmfw config v1.2 Bug: 318431695 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --protected Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --protected --vendor /vendor/etc/avf/microdroid/microdroid_vendor.img Test: adb -s <Microdroid Device> shell ls /sys/firmware/devicetree/base/avf Test: adb -s <Microdroid Device> shell cat /sys/firmware/devicetree/base/avf/vendor_hashtree_descriptor_root_digest Change-Id: I9aaadb1c760a136f6c81cab55176676a70a81851
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: