| commit | 3afa8dfb57bf09236c0a30b74206ac811caf3e4b | [log] [tgz] |
|---|---|---|
| author | Pierre-Clément Tosi <ptosi@google.com> | Mon Apr 28 10:59:43 2025 +0000 |
| committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Apr 29 10:32:51 2025 +0000 |
| tree | 242c86bdd4ad348a41bbb0dec58cdca7f2e44438 | |
| parent | c1ae51fc1d69ef8b51ca9b84300be5cf2048b01e [diff] |
pvmfw: config: No panic if missing DICE handover
A previous change added a "hidden" ABI for QTVMs that would behave
differently if the DICE handover was missing. However, the low-level
parser contained a check that would cause it to panic. Therefore,
remove the check. This wasn't caught in CI because we currently have no
test coverage for this code path.
Fixes: 5335ea8e410f ("pvmfw: Support QTVMs through missing DICE handover")
Flag: EXEMPT b/406977494
Bug: 393977894
Test: -
Change-Id: If19312cf08e0539db79824b3b01d1db96a8f3f58
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: