commit | 0edc4d617e5e45ac7378a5b981f8e0988b4d3a4c | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Feb 05 14:13:53 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Feb 05 15:13:45 2024 +0000 |
tree | b7ceb4ecaf0ca14ae308079b471e42e416058310 | |
parent | eea2a9895fc4e3f34be3bb08c177688386e4208a [diff] |
pvmfw: Remove unsafe code in fdt::patch_timer Use zerocopy::AsBytes to get the raw property bytes. Use the newly-included trait to simplify patch_memory_range(). Test: m pvmfw Change-Id: Ica0b6992f30bd9a2f84f31dfe644801d744ebe0e
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: