commit | 8d39a9b107a6252cc792290b113923347d412caf | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Jan 10 15:01:00 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Tue Jan 10 17:16:27 2023 +0000 |
tree | 9141d2a986a9512434bb2ba18e86f3e7489811ae | |
parent | 02adf07059ef9ef16c6fe1c99848ee156c78f5a1 [diff] |
virtmgr: fail fast on misconfigured device If the device does not advertise support for protected or non-protected VMs, but still has the virt APEX installed, then that's bad. Fail fast to make this as noticeable as possible, and avoid wasting resources, rather than waiting for things to go wrong later on. While I'm here: make sure we consistently say "non-protected" rather than "unprotected". Bug: 254599807 Test: manual - fake property read, observe obvious failure Test: atest MicrodroidTests MicrodroidHostTests Change-Id: Ia0629f2d5b2094f6c1c41ff0fc3f2a76e285f0d7
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.