Go to file
Alice Wang e5b221d93c Merge "[benchmark] Refactor io read measurement with pread" 2022-11-14 11:42:02 +00:00
apex Merge "Remove CAP_IPC_LOCK from crosvm, use CAP_SYS_RESOURCE on VS" 2022-11-10 18:24:04 +00:00
apkdmverity [libdm_rust] Enable writable loopdevice 2022-10-18 13:28:10 +00:00
authfs [authfs][test] Use static fields from AuthFsTestRule in tests 2022-11-04 13:27:19 +00:00
avmd [hex] Use libhex to encode hex string in avmd and apexutil 2022-10-12 16:43:30 +00:00
compos Split out restricted header 2022-11-11 10:07:54 +00:00
demo Move delete to VirtualMachineManager 2022-11-07 15:40:14 +00:00
docs Update the Microdroid kernel build instructions 2022-11-07 11:18:22 +09:00
javalib [refactor] Refactor VM#getInstancesMap() with Map#computeIfAbsent() 2022-11-14 08:37:51 +00:00
launcher Remove support for command-line args 2022-10-17 15:06:26 +01:00
libs Merge "Extend libdm_rust to build dm-crypt device" 2022-10-31 08:49:32 +00:00
microdroid Merge "Split out restricted header" 2022-11-14 10:08:55 +00:00
microdroid_manager Merge "[rpc_binder] Use RPC binder over UDS for vm_payload_service" 2022-11-11 22:36:38 +00:00
pvmfw pvmfw: Integrate buddy_system_allocator 2022-11-07 10:49:30 +00:00
rialto Delete cpu affinity config 2022-09-09 13:46:08 -07:00
tests Merge "[benchmark] Refactor io read measurement with pread" 2022-11-14 11:42:02 +00:00
virtualizationservice Merge "[VS]Wait for statsd to run before pushing atoms" 2022-11-14 10:31:41 +00:00
vm Merge "vm: print which file is missing in one case" 2022-10-25 22:51:20 +00:00
vmbase Merge changes I7175d7c1,I401ac4af 2022-11-01 19:01:55 +00:00
vmclient Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
zipfuse Fix zipfuse race condition 2022-10-07 16:43:15 +01:00
.clang-format
.gitignore [Cleanup] Add cargo targets to .gitignore 2022-08-01 15:21:48 +00:00
Android.bp
OWNERS Add aliceywang@ to packages/modules/Virtualization/OWNERS 2022-10-14 14:10:34 +00:00
PREUPLOAD.cfg Remove google-java-format hook 2021-11-23 11:39:53 +00:00
README.md
TEST_MAPPING Merge "Include TEST_MAPPING in ./libs/devicemapper" 2022-11-01 02:56:21 +00: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.