Go to file
Inseob Kim 7ff121c0a5 Print backtrace of microdroid_manager to kmsg
To track any possible bugs on microdroid_manager.

Bug: 258760809
Test: intentionally crash microdroid_manager and see console
Change-Id: I2359e59270a1c6c5efab2a6cb1e0727bb3c5743e
2022-11-14 20:52:51 +09:00
apex Merge "Remove CAP_IPC_LOCK from crosvm, use CAP_SYS_RESOURCE on VS" 2022-11-10 18:24:04 +00:00
apkdmverity [libdm_rust] Enable writable loopdevice 2022-10-18 13:28:10 +00:00
authfs [authfs][test] Use static fields from AuthFsTestRule in tests 2022-11-04 13:27:19 +00:00
avmd [hex] Use libhex to encode hex string in avmd and apexutil 2022-10-12 16:43:30 +00:00
compos Add module metadata to `ComposHostTestCases` for Mainline Presubmits. 2022-11-09 18:49:42 +00:00
demo Move delete to VirtualMachineManager 2022-11-07 15:40:14 +00:00
docs Update the Microdroid kernel build instructions 2022-11-07 11:18:22 +09:00
javalib [VM] Add API to convert VM to parcelable object 2022-11-10 12:41:38 +00:00
launcher Remove support for command-line args 2022-10-17 15:06:26 +01:00
libs Merge "Extend libdm_rust to build dm-crypt device" 2022-10-31 08:49:32 +00:00
microdroid Merge "Document how to change the kernel config of microdroid kernels" 2022-11-14 03:56:55 +00:00
microdroid_manager Print backtrace of microdroid_manager to kmsg 2022-11-14 20:52:51 +09:00
pvmfw pvmfw: helpers: Introduce SIZE_2MB 2022-11-01 16:38:27 +00:00
rialto Delete cpu affinity config 2022-09-09 13:46:08 -07:00
tests [VM] Add API to convert VM to parcelable object 2022-11-10 12:41:38 +00:00
virtualizationservice virtualizationservice: Add crashkernel=17M when launching VM 2022-11-14 16:17:41 +09:00
vm Merge "vm: print which file is missing in one case" 2022-10-25 22:51:20 +00:00
vmbase Merge changes I7175d7c1,I401ac4af 2022-11-01 19:01:55 +00:00
vmclient Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
zipfuse Fix zipfuse race condition 2022-10-07 16:43:15 +01:00
.clang-format
.gitignore
Android.bp
OWNERS Add aliceywang@ to packages/modules/Virtualization/OWNERS 2022-10-14 14:10:34 +00:00
PREUPLOAD.cfg
README.md
TEST_MAPPING Merge "Include TEST_MAPPING in ./libs/devicemapper" 2022-11-01 02:56:21 +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.