Go to file
Jooyung Han 6afd667daf Test: Protected VM fails if images are signed by unknown
Arrange:
- prepare VM images signed with a test key
Act:
- start a protected VM
Assert:
- a boot process fails due to pubkey mismatch between pvmfw and
  bootloader

Bug: 218934597
Test: atest MicrodroidHostTestCases
Change-Id: I05755ddf32839ef531ca9a11b2939bbc251ff1fb
2022-02-22 16:59:29 +09:00
.prebuilt_info Revert "Drop prebuilt files to android source tree." 2022-02-21 12:55:22 +01:00
apex Test: Protected VM fails if images are signed by unknown 2022-02-22 16:59:29 +09:00
apkdmverity Verify and mount extra apks 2021-12-08 14:09:57 +09:00
authfs Merge "Add comment for how O_CREAT and O_TRUNC is handled" 2022-02-15 18:20:18 +00:00
compos Merge "Remove old key management" 2022-02-18 12:45:20 +00:00
demo Enable --extended-status for crosvm and return reason why VM died. 2022-01-14 16:07:03 +00:00
docs/getting_started Relanding: "Add our integration tests to cts" 2022-02-08 09:15:30 +09:00
javalib Fix @Nullable for javalibs 2022-02-18 15:25:18 +09:00
launcher
libs Move libs into libs/ 2022-02-19 00:12:32 +09:00
microdroid Test: Protected VM fails if images are signed by unknown 2022-02-22 16:59:29 +09:00
microdroid_manager Add a property to reflect the app debuggability 2022-02-16 09:53:14 +00:00
pvmfw Revert "Drop prebuilt files to android source tree." 2022-02-21 12:55:22 +01:00
tests Test: Protected VM fails if images are signed by unknown 2022-02-22 16:59:29 +09:00
virtualizationservice Merge "Reduce virtualizationservice log level." 2022-02-14 09:58:28 +00:00
vm vm run --log <logfile> 2022-02-22 05:27:29 +09:00
zipfuse Run apk mount utils from microdroid_manager 2021-12-01 19:49:41 +09:00
.clang-format
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
Android.bp
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING import ./virtualizationservice/TEST_MAPPING 2022-02-19 00:12:34 +09: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.