| commit | fda571ce6d1469362dc18cf8303ce062ce546bbf | [log] [tgz] |
|---|---|---|
| author | Willis Kung <williskung@google.com> | Wed Nov 13 09:30:03 2024 -0800 |
| committer | Willis Kung <williskung@google.com> | Wed Nov 13 10:54:27 2024 -0800 |
| tree | 80a18d22272f5afe3adf278192393e891c13c96b | |
| parent | ac5c6f0f7ab85c2733a4fe8e9faa987105efb81b [diff] |
Adding parameter for trusty_security_vm_launcher vCPU configuration
vCPU configuration:
ONE_CPU (default): --cpu-topology one-cpu
MATCH_HOST: --cpu-topology match-host
Bug: 361761876
Test: /system_ext/bin/trusty_security_vm_launcher \
--kernel /system_ext/etc/hw/desktop_lk_test.elf \
--memory-size-mib 192 \
--cpu-topology match-host
Change-Id: I2ec4b29431fc4b93ad0fab887812ed72bbe8beea
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: