Go to file
Andrew Walbran 52d83d4da5 Merge "Entry point for Rust pvmfw." 2022-04-13 15:51:57 +00:00
.prebuilt_info Drop prebuilt files to android source tree. 2022-03-28 16:21:17 +00:00
apex sign_virt_apex: do not use truncate (/usr/bin) 2022-02-26 09:04:17 +09:00
apkdmverity Demote apkdmverity tests to postsubmit 2022-04-05 16:32:55 +09:00
authfs Revert "Migrate AuthFsHostTest to use MicrodroidBuilder" 2022-04-11 22:34:49 +00:00
compos Remove reconnectHostAdb hack 2022-04-04 20:37:29 +09:00
demo Enable --extended-status for crosvm and return reason why VM died. 2022-01-14 16:07:03 +00:00
docs/getting_started Update doc about rebuilding kernel for Microdroid 2022-03-18 16:11:03 +09:00
javalib Synchronize VM callbacks 2022-03-16 22:10:53 +00:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs Make avb_bindgen host supported 2022-04-11 17:09:41 +00:00
microdroid Merge "Enable exporting of tombstones out of guest VMs" 2022-04-07 13:25:46 +00:00
microdroid_manager Strict instance boot checks 2022-03-14 11:34:52 +00:00
pvmfw Merge "Entry point for Rust pvmfw." 2022-04-13 15:51:57 +00:00
tests [test] Fix rootMicrodroid() to block till device is online. 2022-04-12 10:06:28 +00:00
virtualizationservice [AVF Telemetry] Add exception_code to logged atoms 2022-04-12 22:49:44 +00:00
vm vm run --log <logfile> 2022-02-22 05:27:29 +09:00
zipfuse Migrate to use fuse crate's FuseConfig API 2022-04-06 17:36:02 -07:00
.clang-format Set an initial .clang-format style 2020-10-19 14:55:06 +01:00
.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 OWNERS. 2021-06-21 17:04:15 +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 Enable rust formatting preupload hooks 2020-10-13 12:23:13 +01:00

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.