Go to file
Andrew Walbran f71e6eece2 Move entry point and exception vector to library.
Bug: 223166344
Test: Ran unprotected VM under crosvm.
Change-Id: Id0189800ff9fc896989c838e3b30d88494e99cd5
2022-05-05 15:51:46 +00:00
.prebuilt_info Upgrade pvmfw.img to build 8494941 2022-04-24 19:38:52 +00:00
apex sign_virt_apex: use thread pool 2022-04-20 12:25:23 +09:00
apkdmverity apkdmverity: Using LOOP_CONFIGURE 2022-04-18 14:30:19 +09:00
authfs Introduce CommandResultSubject 2022-04-29 09:51:56 -07:00
compos Merge "Write out the BCC when signing" 2022-04-27 12:34:39 +00:00
demo Make exporting tombstone (out of VM) configurable 2022-04-19 14:40:04 +00:00
docs/getting_started Update doc about rebuilding kernel for Microdroid 2022-03-18 16:11:03 +09:00
javalib Add USE_CUSTOM_VIRTUAL_MACHINE permission 2022-05-04 15:05:10 +09:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs Move APEX handling to a library 2022-04-29 12:15:29 +00:00
microdroid Remove hard-coded build.prop values 2022-04-29 22:22:42 +09:00
microdroid_manager Merge "Set dev.bootcomplete in Microdroid" 2022-05-03 02:43:35 +00:00
pvmfw Move entry point and exception vector to library. 2022-05-05 15:51:46 +00:00
tests Merge "Add USE_CUSTOM_VIRTUAL_MACHINE permission" 2022-05-05 01:24:44 +00:00
virtualizationservice Add USE_CUSTOM_VIRTUAL_MACHINE permission 2022-05-04 15:05:10 +09:00
vm Set task profile when running compilation VM 2022-04-26 10:08:11 +09:00
vmbase Move entry point and exception vector to library. 2022-05-05 15:51:46 +00:00
zipfuse Migrate to use fuse crate's FuseConfig API 2022-04-06 17:36:02 -07:00
.clang-format
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2021-06-14 16:37:09 -07:00
OWNERS Add shikhapanwar@ to OWNERS 2022-04-22 12:04:23 +01:00
PREUPLOAD.cfg Remove google-java-format hook 2021-11-23 11:39:53 +00:00
README.md Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING Rename odsign_e2e_tests to odsign_e2e_tests_full 2022-04-06 08:57:48 -07: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.