commit | 110bf85eda43bf04ab08a564937dd05284ea0e3d | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Nov 18 09:43:11 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Fri Nov 18 17:01:36 2022 +0000 |
tree | c2f8901942767afe5d5095aa9202a2a748ca3712 | |
parent | 6b40c48a51ceabbac146371f6141b39cb6230066 [diff] |
Manage name->VM mapping in VMM Rather than a static 2-level map in VirtualMachine, have a non-static map from name to VM in VirtualMachineManager. Move sCreateLock too. This avoids keeping a whole lot of Context references, and generally simplifies things (I think). Bug: 243512115 Test: atest MicrodroidTests Change-Id: I582fe3fa63c5e497c46ed3cef61de067dab12792
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.