Go to file
Andrew Scull ab72ec5d5d Strict instance boot checks
When strict boot is active, ensure the instance image is provisioned
during the first, and only the first, boot of the instance. This
prevents and instance from being forked.

Bug: 217376291
Test: atest MicrodroidTests
Change-Id: I648b7df3b3368a3766f9f4e76b8f70f59d05659a
2022-03-14 11:34:52 +00:00
.prebuilt_info Drop prebuilt files to android source tree. 2022-02-28 17:53:16 +00:00
apex sign_virt_apex: do not use truncate (/usr/bin) 2022-02-26 09:04:17 +09:00
apkdmverity
authfs Use AtomicU64 for handle_ref_count 2022-03-09 17:17:35 +00:00
compos Use default VM memory size except when compiling 2022-03-09 15:15:23 +00:00
demo
docs/getting_started Relanding: "Add our integration tests to cts" 2022-02-08 09:15:30 +09:00
javalib Unlink death of VS once the VM has died 2022-02-21 22:12:02 +00:00
launcher
libs Specify virtual platform version and enforce it 2022-02-25 16:21:22 +09:00
microdroid Update document on Microdroid 2022-03-10 09:58:59 +09:00
microdroid_manager Strict instance boot checks 2022-03-14 11:34:52 +00:00
pvmfw Drop prebuilt files to android source tree. 2022-02-28 17:53:16 +00:00
tests Rename method: Drop the "device", it's cleaner 2022-03-09 13:46:00 +00:00
virtualizationservice Pass serial device to VM to report failure reason. 2022-03-01 13:03:24 +00:00
vm vm run --log <logfile> 2022-02-22 05:27:29 +09:00
zipfuse
.clang-format
.gitignore
Android.bp
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING import ./virtualizationservice/TEST_MAPPING 2022-02-19 00:12:34 +09:00
rustfmt.toml

README.md

Virtualization

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.