commit | 52d3c7264927904058b8e0a56ad5c8459b8144dc | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Oct 04 17:27:13 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon Oct 17 15:06:26 2022 +0100 |
tree | e32774a5290fc35dc6094bda3b43e9a07aaa4e43 | |
parent | 1297e9d2706ce5dcc31038f473267f009327d97b [diff] |
Remove support for command-line args We no longer support passing string arguments to a VM. Any customization needed can be done by having the host communicate with the VM after it starts. Also start adding a header to provide the entry-point prototype for better safety. Bug: 249064104 Bug: 243513572 Test: atest MicrodroidTests MicrodroidHostTestCases Change-Id: I0a1775f3b6a0b11c71c4831f6c380d96bb637c00
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.