commit | a24bbe083fbc2e5e54ead5d9d2e59545001a172e | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Fri Jul 12 16:50:48 2024 -0700 |
committer | Frederick Mayle <fmayle@google.com> | Fri Jul 12 16:50:48 2024 -0700 |
tree | c88fbca4e4886ecb8e82b136b367f52494ee1bc4 | |
parent | 1ff7b849355aa90921b8296bfd2223829fe081b3 [diff] |
always add swiotlb size to memory size for protected VMs This should be a noop when paired with https://crrev.com/c/5637774. Before that CL, there was an inconsistency in crosvm that essentially added extra physical memory equivalent to the swiotlb size for hypervisors requireing static swiotlb allocation (i.e. everything but pKVM). https://crrev.com/c/5637774 essentially reduces the RAM size by `swiotlb_size_mib` and then this CL adds `swiotlb_size_mib` back. Bug: 346770542 Test: launched microdroid and checked --mem argument Change-Id: I7fa13962abfe7953ceb027cfd8817831a6dec5aa
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: