Go to file
Andrew Walbran 1072cc0580 Move VsockFactory into VM client library.
Test: ComposHostTestCases compos_key_tests
Change-Id: I0500c9ad46df4c004f033161ade53b94d3d2afea
2022-05-24 09:59:18 +00:00
.prebuilt_info Upgrade pvmfw.img to build 8597076 2022-05-16 12:24:00 +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 Move VsockFactory into VM client library. 2022-05-24 09:59:18 +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
libs Move APEX handling to a library 2022-04-29 12:15:29 +00:00
microdroid Fix typo at microdroid/README.md 2022-05-11 05:55:03 +00:00
microdroid_manager Merge "Set dev.bootcomplete in Microdroid" 2022-05-03 02:43:35 +00:00
pvmfw Upgrade pvmfw.img to build 8597076 2022-05-16 12:24:00 +00:00
tests Merge "MicrodroidTests: print connection error" 2022-05-19 16:22:37 +00:00
virtualizationservice Add USE_CUSTOM_VIRTUAL_MACHINE permission 2022-05-04 15:05:10 +09:00
vm Factor out Rust client library for VirtualizationService. 2022-05-23 18:51:14 +00:00
vmbase Pass x0-x3 boot values to Rust main function. 2022-05-12 14:20:22 +00:00
vmclient Move VsockFactory into VM client library. 2022-05-24 09:59:18 +00:00
zipfuse Migrate to use fuse crate's FuseConfig API 2022-04-06 17:36:02 -07:00
.clang-format
.gitignore
Android.bp
OWNERS Add shikhapanwar@ to OWNERS 2022-04-22 12:04:23 +01:00
PREUPLOAD.cfg
README.md
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.