commit | 41d1a876189b95e40b6e5b79f654818f70a0ed9a | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Oct 05 14:44:19 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Tue Oct 25 15:21:18 2022 +0100 |
tree | 7f28a5b5381d6290373411310bc0c90e52a0da02 | |
parent | a07a17999c9d599db05345ac7b662db5d3e40d7d [diff] |
virtualizationservice: Move globals closer to users Consts FIRST_GUEST_CID and SYSPROP_LAST_CID are defined in main.rs but actually only used in aidl.rs, so move them there. Same for the Cid type, even though it is also used in crosvm.rs. It will make it easier to migrate to virtmgr soon. Test: builds Change-Id: Idefb0d1bd57efe3464b40dbf7a86344a5193a948
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.