commit | 7feea60a8170d15834956c5b433b333aaa4a9ba1 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Oct 05 14:06:01 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Tue Oct 25 15:20:32 2022 +0100 |
tree | 366f3fbb4d82687f9bda134efa033eeb2310dae0 | |
parent | 9db930981a35abbe81fc2e2b298894a49b1a9a90 [diff] |
virtualizationservice: Move CID allocation under State The next_cid() function is only ever called while holding the mutex on State but nothing enforces that property. Move it inside the State struct to do that. Test: atest MicrodroidHostTestCases Change-Id: I23f04ef85aa638ce95016900570d8940fefee6e1
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.