Go to file
Alan Stokes 32d8fa51af Add back "compos_verify --instance pending"
I removed this in commit
6542fdd76c. It's not needed in
production, but it turns out it's very useful for testing VM start
times without having to reboot.

Bug: 220824234
Test: composd_cmd staged-apex-compile; compos_verify --instance pending
Change-Id: Ie38f70ca5a71b55bdb05ebdd437b2e55feb429b5
2022-03-14 14:59:42 +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 Verify and mount extra apks 2021-12-08 14:09:57 +09:00
authfs Archive VM logs for test cases 2022-03-10 22:09:43 +00:00
compos Add back "compos_verify --instance pending" 2022-03-14 14:59:42 +00:00
demo Enable --extended-status for crosvm and return reason why VM died. 2022-01-14 16:07:03 +00:00
docs/getting_started Fix typo in the doc 2022-03-11 21:37:53 +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 Fix typo in the doc 2022-03-11 21:37:53 +09:00
microdroid_manager Add a property to reflect the app debuggability 2022-02-16 09:53:14 +00:00
pvmfw Drop prebuilt files to android source tree. 2022-02-28 17:53:16 +00:00
tests Archive VM logs for test cases 2022-03-10 22:09:43 +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 Run apk mount utils from microdroid_manager 2021-12-01 19:49:41 +09:00
.clang-format
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
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.