commit | 025c7ccde2e4ce056121e01e404bbd9e522b399e | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Feb 06 16:14:23 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Mon Feb 06 18:00:35 2023 +0000 |
tree | 3de9d6d69de5a34b9940f7ffb66d50ccdd98da12 | |
parent | 6653791e23fe6da27c1c1bb3312d6823a312c30a [diff] |
composd: Always start VM with numVCpus=numCpus InstanceManager reads the value of "dalvik.vm.boot-dex2oat-threads" and if set, configures the VM to have an equivalent number of vCPUs. This is unnecessary as `odrefresh` does the same inside the VM (the value of the prop is propagated to the guest). Deduplicate by removing the host-side configuration. Test: atest ComposHostTestCases Change-Id: I2e4547c6ccae506961e2da7c941651d52a6054d8
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.