commit | 4ec2fb90621bc518f7c6f5bd451bb38ff80af622 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Jan 12 11:16:00 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Jan 12 11:16:00 2023 +0900 |
tree | 8193b964d329a72122f497f57299ed4a7c449963 | |
parent | 5c305f80c215dc00bc780454ceeeaf87a3047236 [diff] |
Don't restart ueventd during shutdown In Android, we keep ueventd running during shutdown because it has been reported that some drivers try to load firmware during the event. (See aosp/398989 and b/38203024). However, in Microdroid, we kill ueventd soon after drivers are loaded. (aosp/2193015). There's no need to start it back during the shutdown. Bug: 265137376 Test: run a VM, do a manual shutdown, check the log Change-Id: Ic7ba48a7300f06b69df1de7af73e1f47f44dee66
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.