Go to file
Jiyong Park 6b0d45e3e7 Add document about RAM dump
Bug: 232735304
Test: follow the instructions
Change-Id: Id513f4f0d41dff93e9833ebfa9ddeaebe13dd57e
2022-09-22 18:19:53 +09:00
.prebuilt_info Upgrade pvmfw.img to build 8966862 2022-08-22 09:31:16 +01:00
apex Remove Python enables identical to global defaults. 2022-09-20 00:49:23 +00:00
apkdmverity Migrate to Rust 2021 edition 2022-08-31 14:40:53 +01:00
authfs fd_server: use clap's derive 2022-09-15 11:54:30 -07:00
avmd [apk_digest] Return SignatureAlgorithmID when fetching apk digest 2022-09-19 20:19:53 +00:00
compos Merge "Migrate pkvm_perf_test.py dex2oat64 and crosvm memory footprint collection during compilation to AOSP." 2022-09-17 00:49:57 +00:00
demo Modify API clients to use only the to-be public API 2022-09-02 11:22:34 +01:00
docs Add document about RAM dump 2022-09-22 18:19:53 +09:00
javalib Share a single VirtualMachine object for VMs 2022-09-15 16:09:42 +00:00
launcher
libs Revert "[apkverify] Skip DSA SHA256 during apk verification" 2022-09-21 22:08:09 +00:00
microdroid Merge changes I0fabcbb4,I214f172d,I3529c2cb 2022-09-21 10:47:30 +00:00
microdroid_manager Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
pvmfw vmbase: Keep base target names for ELF not bin 2022-09-09 11:29:51 +01:00
rialto Delete cpu affinity config 2022-09-09 13:46:08 -07:00
tests Merge "Re-connect after adb root" 2022-09-20 23:55:24 +00:00
virtualizationservice Delete cpu affinity config 2022-09-09 13:46:08 -07:00
vm Migrate away from structopt 2022-09-13 08:20:01 -07:00
vmbase Delete cpu affinity config 2022-09-09 13:46:08 -07:00
vmclient Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
zipfuse Migrate to Rust 2021 edition 2022-08-31 14:40:53 +01:00
.clang-format
.gitignore [Cleanup] Add cargo targets to .gitignore 2022-08-01 15:21:48 +00:00
Android.bp
OWNERS Add me to OWNERS 2022-07-28 01:35:42 +02:00
PREUPLOAD.cfg Remove google-java-format hook 2021-11-23 11:39:53 +00:00
README.md
TEST_MAPPING Add AVFHostTestCases to postsubmit and fix boot time is not as expected issue. 2022-08-29 01:00:48 +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.