Go to file
Alice Wang 6b486f10e5 [avb][pvmfw] Verify payload with only kernel and no initrd
This is only the first part of this verification. The check about
number of hash descriptors == 1 will be added later when
multiple hash descriptors in footer will be supported
(aosp/2375848).

Test: atest libpvmfw_avb.test && m pvmfw_img
Bug: 256148034
Change-Id: Idbaf9f5986237c57e60cd9d9eec8b4c6f174f7c0
2023-01-10 14:36:35 +00:00
apex Start using virtmgr for running VMs 2023-01-05 10:31:00 +00:00
apkdmverity Fix warnings from rustc 1.65.0 2022-11-16 15:54:35 -08:00
authfs Change clock() in benchmarks to clock_gettime() 2023-01-04 14:18:17 +09:00
avmd [hex] Use libhex to encode hex string in avmd and apexutil 2022-10-12 16:43:30 +00:00
compos Merge "Start using virtmgr for running VMs" 2023-01-06 16:13:32 +00:00
demo Only accept binary name not path 2023-01-09 16:57:42 +00:00
docs Remove onRamdump callback 2022-12-14 15:32:15 +00:00
encryptedstore Mount encrypted storage with dedicated context 2022-12-09 19:35:02 +00:00
javalib Merge "Only accept binary name not path" 2023-01-10 11:15:27 +00:00
launcher Emit launcher error to kernel log 2022-12-12 11:29:00 +09:00
libs Merge "Update for version 0.2.0 of virtio-drivers crate." 2023-01-09 16:04:30 +00:00
microdroid Revert "[avb_footer] Include initrd_* hashes as hash descriptors..." 2023-01-10 02:52:37 +00:00
microdroid_manager Merge "Only accept binary name not path" 2023-01-10 11:15:27 +00:00
pvmfw [avb][pvmfw] Verify payload with only kernel and no initrd 2023-01-10 14:36:35 +00:00
rialto Start using virtmgr for running VMs 2023-01-05 10:31:00 +00:00
tests Fix build. 2023-01-10 12:01:11 +00:00
virtualizationservice Only accept binary name not path 2023-01-09 16:57:42 +00:00
vm Only accept binary name not path 2023-01-09 16:57:42 +00:00
vm_payload Rewrite the getVmInstanceSecret comment 2023-01-04 15:42:43 +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 Add a uid_gid test for zipfuse 2023-01-10 14:14:04 +09:00
.clang-format Set an initial .clang-format style 2020-10-19 14:55:06 +01:00
.gitignore [Cleanup] Add cargo targets to .gitignore 2022-08-01 15:21:48 +00:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2021-06-14 16:37:09 -07:00
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 Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING Update TEST_MAPPING files 2023-01-07 00:27:50 +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.