commit | e9161093993ef4dee9afeedc495540fc000afc04 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Nov 16 20:02:23 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Nov 17 15:01:09 2022 +0000 |
tree | 81f74a56ab86c99b6135dfd1b6b466376098042e | |
parent | 090b70b6579920399949504f1571bae93d926fe4 [diff] |
Fix vm_payload_service bind address We're in a guest now, so we should use VMADDR_CID_ANY for host to connect. And ANY_PORT should be -1U. Bug: 259241719 Test: atest MicrodroidHostTestCases MicrodroidTestApp Change-Id: Ib61f0378689b05220692b67b65c62e986612ecdc
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.