commit | 222edd023bd20859dd1dee8c3dbeb2568425244e | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Jul 21 09:13:36 2021 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Wed Jul 28 16:09:38 2021 +0100 |
tree | e3dd54fcda072a650a8a684d4d99c9ba0d66edd7 | |
parent | 4cc876dd1c91b25034ab36fffd13e8157c322bf9 [diff] |
Add support for create image & start VM. Add a make-image command to create an empty VM image. Add --start <image> option to start a CompOS VM & then connect to it, rather than some existing VM. Also add --log to capture the VM output to file. This is mostly for test purposes, and to allow me to experiment with using IVirtualizationService from C++ before I start adding it to odsign. Bug: 193603140 Test: compos_key_cmd make-instance <if> Test: compos_key_cmd --log <log> --start <if> generate <blob> <key> Test: compos_key_cmd --log <log> --start <if> verify <blob> <key> Change-Id: I32419837ac4cf0c69180382fa7eaee591056f85d
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.