commit | 9f72ea69cc2c23d0e78b6da52510edf6f5da1723 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Dec 06 21:18:38 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Dec 07 02:32:21 2021 +0900 |
tree | 1d4a0d608d940500ccc7355188280cd9a54e8fdd | |
parent | 5f34abe565afc2d2b14cba59ba572318e4612103 [diff] |
bootconfig is part of VM identity VM's identity should be changed if debug level is changed. Debug level is implemented using bootconfig. So changing the bootconfig should invalidate the previous identity. This change implements the policy by adding the bootconfig to MicrodroidData and refuses to boot if the saved bootconfig is not the same as the current bootconfig. Bug: 208639280 Test: atest MicrodroidTestApp on oriole_pkvm Change-Id: I63ac0c2ecd7514d9193e655c9258c305c87e2a08
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.