commit | e1b6e1ceb57da69444ed8b13e8325155bc9a7db4 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Oct 01 12:44:49 2021 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Tue Oct 05 09:18:24 2021 +0100 |
tree | b42200c6aa2fd96627649ad004e242cfbe2d48e8 | |
parent | 1146873153a6f6795ddb24084c7abdf0c9914cd8 [diff] |
Don't start authfs until fd_server is ready We pass a pipe fd to fd_server which it closes when it is ready to accept connections. pvm_exec waits for this before triggering compilation, which will cause authfs in the VM to connect back to fd_server. Also improved a bunch of error handling/error logging code, since I managed to hit a lot of failure cases. Fix: 201764092 Bug: 186126194 Test: atest ComposTestCase Change-Id: I99ea5ba4fb390d47485aef3cbaaccedd046ae9fe
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.