Go to file
Andrew Walbran 6decdfa2c6 Merge changes Ic0f0f02d,I6c9f1a03
* changes:
  Format entry register values as 64-bit hex.
  Check that DTB address is as expected.
2022-06-29 17:14:13 +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 Merge "The demo app built from AOSP is installable to T devices" 2022-06-28 15:40:45 +00:00
docs/getting_started Obtain pvmfw.img without rooting 2022-06-29 09:22:23 +09:00
javalib Detect Microdroid hangup during boot 2022-06-23 01:18:45 +09:00
launcher
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 Format entry register values as 64-bit hex. 2022-06-29 13:53:16 +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 Format entry register values as 64-bit hex. 2022-06-29 13:53:16 +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
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
Android.bp
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
TEST_MAPPING Add benchmark test to postsubmit 2022-06-27 15:37:26 +09: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.