commit | 92e3472f1b11ff42f5fa3eae22bcbf7204abe676 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jun 27 00:43:39 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Jun 30 00:59:04 2023 +0900 |
tree | 0d3458665acf41567308d20c68dde4206cc3e55a | |
parent | e6fb167b72d28138a304e15a4728253e7800e7a7 [diff] |
Add TestApis for using console input VirtualMachineConfig.setVmConsoleInputSupported: enable console input to the Vm. VirtualMachineConfig.isVmConsoleInputSupported: tests whether console input to the VM is supported or not. VirtualMachine.getConsoleInput: gets a output stream to the console input to the VM. Bug: 263360203 Test: atest MicrodroidTestApp:com.android.microdroid.test.MicrodroidTests#testConsoleInputSupported Change-Id: I09b1c9c4b216fc887f747fd6cb9712c7b66b8754
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.