commit | e6fb167b72d28138a304e15a4728253e7800e7a7 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jun 26 16:45:55 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Jun 28 12:53:16 2023 +0900 |
tree | 3eb621c5021045d8df3c967274edb946f85fb1f8 | |
parent | 06f8413d6ffe40d722f4663e8beadc26a450d620 [diff] |
Support console input to VM createVm accepts a new ParcelFileDescriptor which when set is used as the console input in the VM. The `vm` tool sets this to stdin unless explicitly specified via `--console-in`. This will be useful for bringing up custom OSes. Note that Java APIs for this is not added in this CL. Bug: 263360203 Test: Start a vm using the `vm` tool. Type something. Then do `cat /dev/console` in the VM. It shows the typed characters. Change-Id: I5d0dfcc4852387ec50897a8dcae2935dd4a2dd9a
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.