commit | 7f61fe7486384fc2cd59032691e7f85f2041f2d9 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Aug 20 20:50:47 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Aug 24 21:15:42 2021 +0900 |
tree | 56510d60aa8c4191b9de64e4485355490777f968 | |
parent | 1b95f2ef76d89162b0b440081c07e033faae6325 [diff] |
Refactor callback and make payload stream duplex Guest VMs now directly call onPayloadStarted to tell the host that their payload started. And the stream passed by onPayloadStarted is now duplex so it can also be used as an input stream, which will be fed to the payload's stdin. Bug: 191845268 Bug: 195381416 Test: run MicrodroidDemoApp and see output Test: atest MicrodroidHostTestCases ComposHostTestCases AuthFsHostTest Change-Id: Ic72045b4e4d11ab1efb14cb2e95de319ca8f9f97
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.