Go to file
Alan Stokes dfca76c8d1 rialto: Apply timeout to VM exit in test
Now that we have wait_for_death_with_timeout, use it.

Test: Hack VM to not exit, see timeout error
Change-Id: I4f9d03f6de6d441277c949d148c8fd3b30c8f88e
2022-08-03 13:34:24 +01:00
.prebuilt_info Upgrade pvmfw.img to build 8819384 2022-07-12 08:00:27 +00:00
apex Revert^2 "Migrate to avb_add_hash_footer" 2022-06-15 12:35:13 +00:00
apkdmverity migrate to clap 3.x 2022-07-29 05:48:40 +02:00
authfs Merge "migrate to clap 3.x" 2022-07-29 23:05:03 +00:00
avmd Merge "migrate to clap 3.x" 2022-07-29 23:05:03 +00:00
compos Merge "migrate to clap 3.x" 2022-07-29 23:05:03 +00:00
demo VirtualizationService notifies to its client when ramdump is available 2022-07-08 14:48:46 +09:00
docs/getting_started Add instructions for building and installing AVF on Pixel 6 2022-07-05 23:43:10 +00:00
javalib Stop VM immediately with stop() call 2022-07-13 08:56:46 +09:00
launcher
libs Merge "Add safe wrapper for RunRpcServerWithFactory." 2022-08-02 16:45:25 +00:00
microdroid Merge "Hard coding the path to crashdumping kernel and initrd in kexec binary" 2022-07-15 21:49:57 +00:00
microdroid_manager Merge "microdroid_manager: Fix duplicate error log" 2022-08-01 18:14:49 +00:00
pvmfw Upgrade pvmfw.img to build 8819384 2022-07-12 08:00:27 +00:00
rialto rialto: Apply timeout to VM exit in test 2022-08-03 13:34:24 +01:00
tests Merge changes Ia0d74953,I22651063 2022-08-03 06:03:22 +00:00
virtualizationservice Add safe wrapper for RunRpcServerWithFactory. 2022-08-02 15:26:53 +00:00
vm VirtualizationService notifies to its client when ramdump is available 2022-07-08 14:48:46 +09:00
vmbase Use Arm optimised-routines for memory intrinsics. 2022-07-19 14:01:06 +00:00
vmclient Derive Eq for error types. 2022-07-22 10:40:08 +00:00
zipfuse migrate to clap 3.x 2022-07-29 05:48:40 +02: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 Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING Add ComposBenchmarkApp to postsubmits 2022-07-19 22:34:59 +01: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.