commit | ec68eaf6e8ba07cf400cdc33501cdd1a85dfe665 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Aug 22 13:09:06 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Aug 29 14:38:00 2024 +0000 |
tree | 2355c6b2e1b5552b35faed8cb45b76830996daf4 | |
parent | 167570ad4bfa48ad85993f150377efb385114e21 [diff] |
Add --enable-earlycon option to vm tool This should make it easier to debug issues that occur before virtio_console is available. The code is guarded by the new RELEASE_AVF_IMPROVE_DEBUGGABLE_VMS trunk-stable flag. This patch also guards the corresponding change in pvmfw with the same flag just for the sake of consistency. Test: vm run-microdroid --protected --enable-earlycon --debug full Test: vm run-microdroid --protected --enable-earlycon --debug none Test: atest MicrodroidTests Change-Id: I2ea3f938db82e0e37a6c20731fe9a5df120a96f2
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: