commit | 5dfddf22c23a5c4a96b20ddc2f92b9b154646da5 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Jun 29 16:11:26 2023 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Sat Jul 01 18:00:23 2023 +0100 |
tree | 7dc2b296e8e332f28f7bfb453007ea09eeba9ed3 | |
parent | 6b27a4a0c1264fc8285f631a35b09fbdc99af090 [diff] |
Add a way to add a vendor disk image when launching Microdroid VM This is a first patch in a series that adds support for "pluggable" vendor images in Microdroid VMs. In this patch virtmanager passes the vendor disk image to crosvm invocation to make it available to guest Micrdroid. Only callers with USE_CUSTOM_VIRTUAL_MACHINE permission can configure the vendor image used in Microdroid. Bug: 285855433 Test: presubmit Test: vm run-microdroid --vendor /data/local/tmp/test_microdroid_vendor_image.img Change-Id: I376468d6ef7dd675856f40b1361ca5d8a96cefb5
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.