commit | 706a10c3d79d4c5e7f7cd90138f93efd887d71ec | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Dec 14 10:33:24 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Dec 14 10:43:29 2022 +0000 |
tree | aa985d88a87575a53681463252e54d8381ed2914 | |
parent | 292e099159afa88d2b956287fec1d0f7ac0292b4 [diff] |
pvmfw: config: Tolerate invalid zero-sized entries Instead of rejecting entries that have a non-zero offset with zero size, which the config data spec considers to be invalid (as missing entries should have both offset and size set to zero), consider them as (valid) missing entries. This allows pVMs to boot with our currentt bootloader. Bug: 262181812 Test: boot pVM on a device that doesn't have a debug policy Change-Id: I7cd7e6196329333409e4043c8bd79174767e82b9
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.