commit | 0147e4d00be00b89059a2ebda5ad979ad25ac2e9 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Mar 23 13:05:52 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Mar 23 15:26:19 2023 +0000 |
tree | 52749702f7a2c804acb02f127d1c77a32461a174 | |
parent | 993b9880c480ab9d93badbbe822dd871896bdc6f [diff] |
Do not assume there is only one crosvm process Our benchmarks search for crosvm's PID by running 'ps -a | grep crosvm'. This may work now but will fail if/when then system runs VMs independently of the test process. Add methods to find crosvm as the child process of virtmgr, which in turn is the child process of the current PID. Test: atest MicrodroidBenchmarks Change-Id: I0dcd1f3aba6f69becccb8a1573ea71046e932de0
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.