commit | 1b95f2ef76d89162b0b440081c07e033faae6325 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Aug 19 13:17:40 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Aug 24 14:24:27 2021 +0900 |
tree | 42700a29c6539a7453f60228fc63b4ab93f94ad9 | |
parent | 0a2484304d22c9350ffc0ae805c7794c9302769a [diff] |
Add VirtualMachineService skeleton code VirtualMachineService (the name isn't yet fixed) is a binder service between virt service and guest VMs. Guest VMs can notify that it's ready over VirtualMachineService. Bug: 191845268 Test: atest MicrodroidHostTestCases Change-Id: I80c529f104fe184a1bdbee25805c7871392336d5
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.