commit | 31c22e6dea936672b540ad86833efc953bd20c02 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Jan 11 13:52:27 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Jan 12 14:01:11 2023 +0000 |
tree | fd7469c66ff08a7e9aa705574ef8284cc57d3627 | |
parent | 878b5da900589669d5d7a9d3b66f677eb1edcbb1 [diff] |
virtualizationservice: Refactor VM context allocation Prepare for storing more information in VS about the requestor of an allocated GlobalVmContext. Instead of an Arc<Cid>, store Arc<GlobalVmInstance> that can be extended with more information. No functional change intended. Bug: 245727626 Test: atest -p packages/modules/Virtualization:avf-presubmit Change-Id: I78e9650d608b6d2b7162382a9ce05632a5528eda
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.