Go to file
Treehugger Robot ad0c2fb094 Merge "Fix flaky test & add func runOnHostRetryingOnFailure" 2022-06-28 08:54:58 +00:00
.prebuilt_info Upgrade pvmfw.img to build 8745290 2022-06-20 10:26:07 +00:00
apex Revert^2 "Migrate to avb_add_hash_footer" 2022-06-15 12:35:13 +00:00
apkdmverity apkdmverity: Using LOOP_CONFIGURE 2022-04-18 14:30:19 +09:00
authfs Update for Rust v1.62.0 2022-06-27 20:35:31 +00:00
compos Fix tests on aosp_cf_x86_64_only_phone 2022-06-23 12:25:00 +01:00
demo Fix build command for demo app 2022-06-28 13:06:53 +09:00
docs/getting_started Update instructions to build kernel for Microdroid 2022-06-24 16:43:27 +09:00
javalib Detect Microdroid hangup during boot 2022-06-23 01:18:45 +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 Merge "Extract library for VBMeta image handling" 2022-06-23 13:53:22 +00:00
microdroid Update kernel to builds 8759913 2022-06-24 08:14:00 +09:00
microdroid_manager Shutdown VM once payload finishes 2022-06-21 19:13:18 +09:00
pvmfw Upgrade pvmfw.img to build 8745290 2022-06-20 10:26:07 +00:00
tests Merge "Fix flaky test & add func runOnHostRetryingOnFailure" 2022-06-28 08:54:58 +00:00
virtualizationservice Protect createOrUpdateIdsigFile with permission 2022-06-28 10:45:56 +09:00
vm Factor out Rust client library for VirtualizationService. 2022-05-23 18:51:14 +00:00
vmbase Disable HWASan for vmbase_example_elf. 2022-06-15 16:57:40 +00:00
vmclient Detect Microdroid hangup during boot 2022-06-23 01:18:45 +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 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 Add benchmark test to postsubmit 2022-06-27 15:37:26 +09: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.