Go to file
Alan Stokes 2a75df0733 Delete some old files
I think these are a relic of my attempt to create an optional API,
before we moved into the framework.

Deleting them doesn't seem to break anything.

Test: Still builds
Change-Id: Id78ea4b09645ae0bfd5c14d15bae545942421d4d
2023-01-23 14:13:13 +00:00
apex Start using virtmgr for running VMs 2023-01-05 10:31:00 +00:00
apkdmverity Prepare for clap 4. 2023-01-10 14:31:48 +00:00
authfs Add more clap tests. 2023-01-12 13:58:03 +00:00
avmd Prepare for clap 4. 2023-01-10 14:31:48 +00:00
compos Merge "Adjust for bcc_validator rename" 2023-01-18 21:54:46 +00:00
demo Add API to selectively redirect VM logs to apps 2023-01-12 18:01:11 +09:00
docs Remove onRamdump callback 2022-12-14 15:32:15 +00:00
encryptedstore Prepare for clap 4. 2023-01-10 14:31:48 +00:00
javalib Delete some old files 2023-01-23 14:13:13 +00:00
launcher Emit launcher error to kernel log 2022-12-12 11:29:00 +09:00
libs Clarify error message 2023-01-20 14:49:13 +00:00
microdroid Merge changes from topic "microdroidkernel6.1" 2023-01-13 04:36:57 +00:00
microdroid_manager Wait for tombstone_transmit to init before payload 2023-01-20 21:45:24 +09:00
pvmfw Merge "[avb] Verify initrd in the payload verification" 2023-01-23 09:24:39 +00:00
rialto virtmgr: fail fast on misconfigured device 2023-01-10 17:16:27 +00:00
tests Merge changes from topic "virtmgr_dir" 2023-01-19 11:50:50 +00:00
virtualizationmanager Move virtmgr files to their own directory 2023-01-18 18:52:17 +00:00
virtualizationservice Rename virtualizationservice files 2023-01-18 18:52:17 +00:00
vm vm_shell: don't promt the selection if only one CID is available 2023-01-19 22:14:39 +00:00
vm_payload Documentation fixes 2023-01-16 12:17:19 +00:00
vmbase vmbase: Add support for fputs(), stdout, stderr 2023-01-09 19:03:03 +00:00
vmclient vmclient: Spawn child virtmgr and connect to it 2022-12-20 14:13:09 +00:00
zipfuse Prepare for clap 4. 2023-01-10 14:31:48 +00:00
.clang-format
.gitignore
Android.bp
OWNERS
PREUPLOAD.cfg Remove checkstyle_hook 2022-12-12 02:29:39 +00:00
README.md
TEST_MAPPING Move virtmgr files to their own directory 2023-01-18 18:52:17 +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.