commit | 3843ea24df84bcfbea2971c10da920626c93fb18 | [log] [tgz] |
---|---|---|
author | Yuan Yao <yuanyaogoog@google.com> | Thu Feb 27 06:22:20 2025 +0000 |
committer | Yuan Yao <yuanyaogoog@google.com> | Tue Mar 04 08:37:54 2025 +0000 |
tree | 49ed1ce3e6a89f1f957e1f93840231e3791d65d6 | |
parent | a781e518d63e47bd5f1e02ce6736a2c476caa7fa [diff] |
Refine CrosvmConfig balloon filed setting logic This CL makes CrosvmConfig's balloon field represent the correct balloon enable status. Previously, whether to use balloon or not is defined in run_vm() function. The vm may disable balloon even if config.balloon is true. This logic is moved to before initializing CrosvmConfig. Addtionally, this change introduces an API isMemoryBalloonEnabled() to check if memory ballooning is enabled for a given VM. Bug: b/392791968 Test: test with https://r.android.com/3502917 Change-Id: I79f722800aa9a6ed90e8455d185398bc4292b094
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: