commit | aa0f655e2104b000a61b53b6df3290f2c14f600d | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Jul 12 14:49:35 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Jul 12 15:29:13 2023 +0000 |
tree | 5432bdc9489908871c6a600ff8a973488993d7e6 | |
parent | b7e26b3f2eb4bb7dbd2e2852b43693f8ec27e53d [diff] |
pvmfw: Detect and log large number of PCI devices Currently, pvmfw silently truncates the list of PCI devices (effectively) if the VMM passes more than it can hold in the template DT. Instead, report it to the user and abort the boot, which will help with debugging issues such as b/290694451, aosp/2499577, or b/238371182. Test: Manual with extra virtio devices Change-Id: Ibf1204cd0a398f28a03704babd03559881fec917
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:
How-Tos: