commit | 075aade185cf6a3d45d0ab12c038336a10419936 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Jun 18 20:08:13 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Jul 08 14:27:05 2024 +0100 |
tree | 0023f876e8248ce5db6d28723c868585a8bb5f00 | |
parent | 8e92d1aa655fa0b536d98f8727a346153b27e7df [diff] |
vmbase: Support secondary UARTs 0x2f8,0x3e8,0x2e8 Parameterize the code to allow printing to the "n-th" console and setting up an arbitrary (up to MAX_CONSOLES) number of UARTs to be used by client code. Extend the layout to describe the 4 UARTs crosvm unconditionally generates and configure console::init() to allow printing to any one of them. Bug: 300636104 Test: m pvmfw librialto libvmbase_example Change-Id: I899f70dfb5eeb41e4ba399aee59d731db1264ff9
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: