commit | 2b6352f325433e1995789af87ecc479e7891afb3 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Jan 12 11:01:17 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Jan 12 14:03:21 2023 +0000 |
tree | f661ac9d29b05189136c7a240bd0e3feb730bd81 | |
parent | d4f51a53af6cbb44dbfdd721a473be4c3d19f8b1 [diff] |
Remove support for --daemonize The 'daemonize' feature allowed a VM spawned by shell to be held by VirtualizationService indefinitely, eg. if adb was disconnected. The setup is not compatible with the new virtmgr/virtualizationservice split and can be replaced with 'adb shell vm run ... &' anyway. All tests and scripts have been migrated away from it, so we can remove it now. Bug: 265248057 Bug: 245727626 Test: atest -p packages/modules/Virtualization:avf-presubmit Change-Id: Iba4fc40ffd9ddc59afaa535cf746872b1d4ba87a
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.