commit | 1f53070aab1503805cf74a88bc769cc271af0113 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Oct 03 12:18:10 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Dec 19 22:56:41 2022 +0000 |
tree | 4fcf0fc9f4a2fbfe1c142ccade90e00b6e3cb935 | |
parent | a2125ddf7578f766b5e5ea7f9c395348d62f14fc [diff] |
Create new virtmgr binary from virtualizationservice To bootstrap separation of virtualizationservice into two binaries (global service and user instance), start by compiling a second binary out of the same source code, just using a diffrent main source file. The new binary has a command line interface that takes two file descriptors - a socketpair() fd to start RpcBinder server on, and a pipe() fd to use for signalling when the server has been started. The process registers a death notification to kill itself when the parent process has died. Bug: 245727626 Test: builds, not used in tests yet Change-Id: I0c4c7892af91b6deb5ece60e0d1b49a2b4356d35
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.