commit | 05d7cf12ae56fdaa821fe4a8af522e3dadba8d8b | [log] [tgz] |
---|---|---|
author | Jay Monkman <jmonkman@google.com> | Mon Dec 02 16:05:03 2024 -0600 |
committer | Jay Monkman (xWF) <jmonkman@google.com> | Thu Dec 05 01:23:05 2024 +0000 |
tree | 2f539cbbefd478ca0ce1a3a1c456b162ce375919 | |
parent | e8370987fcc5244d973a1b3bf33ad1273091a7d9 [diff] |
Update is_nested_virtualization() to check for qemu Running in qemu counts as nested virtualization. This change updates nested_virt::is_nested_virtualiztion() to check for that case. Change-Id: I96d75f3bc8a65121a516e2b28d201b539211b42d Test: manual Signed-off-by: Jay Monkman <jmonkman@google.com>
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: