commit | cd9c1dd7fb7d5950f15e4f107a0ebae9325d56ae | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Jul 13 17:13:45 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Jul 14 12:50:08 2022 +0900 |
tree | fa909a58ebf0a2f3922a121244854797b675d974 | |
parent | 9fab60536e68bf589664143972b3f56afdf7dfe2 [diff] |
Make sure tombstone is transmitted before VM exit This change makes tombstone_transmit more robust by doing: 1) running tombstone_transmit *after* mounting APEXes, because tombstone_transmit isn't a bootstrap binary. 2) marking tombstone_transmit as shutdown critical, for init to wait tombstone_transmit upon shutdown. 3) stopping tombstoned, in case export_tombstones is false. Bug: 236588647 Test: atest MicrodroidTests MicrodroidHostTestCases Change-Id: I53f93ed384bdc0e558e0d899a0c9e7b01623a933
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.