commit | dcf1741a18a0e552a85038a0e14671a506e8729a | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Feb 08 15:07:23 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Feb 25 16:21:22 2022 +0900 |
tree | ae5410c3d683327df220221d6fcfb1f13a70a30f | |
parent | 6817d52ace6f3b912b920e7651ba30063d843c5e [diff] |
Specify virtual platform version and enforce it VM config can now specify the requirement on the virtual platform version. At runtime, the requirement is matched against the actual virtual platform version that crosvm implements. If they don't match, the VM can't be created. The version format follows SemVer, allowing us to express backwards compatible and incompatible changes in the future. Bug: 193504487 Test: atest VirtualizationTestCases Change-Id: I23d370081e10399502178b9cfe8a46b05addf186
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.