Go to file
Pierre-Clément Tosi 08deac98ac pvmfw: Delete U-Boot-based pvmfw.img prebuilt
Remove the prebuilt (and its metadata) as it stopped being packaged by
the build system once we replaced it with the pvmfw.img built from the
Rust source in the same directory, using Soong.

Bug: 237371962
Test: m pvmfw_img  # replacement
Change-Id: I9a3256f8f64321da969ecb0f5e150cc10decbddc
2022-10-07 13:52:55 +01:00
apex Revert^2 "Change the vbmeta image for kernelboot mode" 2022-09-28 15:22:36 +00:00
apkdmverity [apkverify] Merge idsig into apkverify package 2022-09-28 08:04:51 +00:00
authfs Add AuthFsTestRule to facilitate authfs benchmark addition 2022-10-04 14:02:54 +00:00
avmd [avmd] Verify apk_digest when generating avmd file 2022-09-26 08:35:16 +00:00
compos Initial work to make VM config file optional 2022-09-29 13:41:19 +01:00
demo Modify API clients to use only the to-be public API 2022-09-02 11:22:34 +01:00
docs Update the test app build command in getting_started doc 2022-09-30 17:36:02 +01:00
javalib Initial work to make VM config file optional 2022-09-29 13:41:19 +01:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs [apkverify] Move HashAlgorithm to algorithms 2022-09-29 07:36:16 +00:00
microdroid [pkvm][API] Add API to connect payload and VM service 2022-10-04 09:42:31 +00:00
microdroid_manager Explicitly specify capabilities of root services in microdroid 2022-10-03 21:03:42 +01:00
pvmfw pvmfw: Delete U-Boot-based pvmfw.img prebuilt 2022-10-07 13:52:55 +01:00
rialto Delete cpu affinity config 2022-09-09 13:46:08 -07:00
tests [pkvm][API] Add API to connect payload and VM service 2022-10-04 09:42:31 +00:00
virtualizationservice Create a unix domain listener socket for crosvm. 2022-10-05 14:09:41 +00:00
vm Initial work to make VM config file optional 2022-09-29 13:41:19 +01:00
vmbase vmbase: Make BASE_ADDRESS public 2022-10-05 21:35:50 +01: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 Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING [apkverify] Merge idsig into apkverify package 2022-09-28 08:04:51 +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.