Go to file
David Brazdil 33a3102c61 Rename virtualizationservice files
Files that belonged to VS were given a '_vs' suffix in a previous CL.
This is now not needed anymore, so rename the files back.

Bug: 245727626
Test: atest -p packages/modules/Virtualization:avf-presubmit
Change-Id: I522a9c9645453b5e8b2b64cac3d922680715284e
2023-01-18 18:52:17 +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 Add more clap tests. 2023-01-12 13:58:03 +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 Add API to selectively redirect VM logs to apps 2023-01-12 18:01:11 +09:00
launcher Emit launcher error to kernel log 2022-12-12 11:29:00 +09:00
libs pvmfw: Pass BCC to next stage through DT 2023-01-12 10:49:21 +00:00
microdroid Merge changes from topic "microdroidkernel6.1" 2023-01-13 04:36:57 +00:00
microdroid_manager Merge "Only accept binary name not path" 2023-01-10 11:15:27 +00:00
pvmfw Merge "[avb] Verify that the only vbmeta is from the kernel" 2023-01-18 13:30:03 +00:00
rialto virtmgr: fail fast on misconfigured device 2023-01-10 17:16:27 +00:00
tests Move virtmgr files to their own directory 2023-01-18 18:52:17 +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 Remove support for --daemonize 2023-01-12 14:03:21 +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 [Cleanup] Add cargo targets to .gitignore 2022-08-01 15:21:48 +00:00
Android.bp
OWNERS Add bug component 2022-11-21 09:46:46 +00:00
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.