Go to file
Chris Wailes 2116f5d3da Remove unnecessary feature declarations
This CL removes `default_alloc_error_handler` annotations as this
feature has been stabilized in Rust 1.68.0.

Bug: 267698452
Test: m rust
Change-Id: I9c0c099a522a1c9cc3acf92d40a6fd6b8e14277f
2023-03-29 16:20:58 -07:00
apex Supporting AVF implies that device supports updatable APEX 2023-03-23 14:56:05 +00:00
apkdmverity Fix warnings from Rust 1.65.0 2023-01-19 11:10:35 -08:00
authfs Merge changes from topic "fsverity-after-compos" 2023-03-17 15:30:40 +00:00
compos Determine CompOS VM size from properties 2023-03-24 12:09:17 +00:00
demo Update install instructions. 2023-03-28 17:56:30 +01:00
docs Add documentation on pkvm_hypervisor_events view 2023-03-16 16:48:17 +00:00
encryptedstore Encryptedstore: Set sector_size=4096B for cryptDev 2023-02-09 13:17:17 +00:00
javalib Reuse Binder connection for VirtualizationService 2023-03-27 14:50:15 +01:00
launcher
libs Patch the template DT 2023-03-27 22:33:04 +09:00
microdroid Fix debugging payload command 2023-03-28 11:00:58 +09:00
microdroid_manager Handle ramdump in microdroid_manager 2023-03-27 13:23:26 +09:00
pvmfw Remove unnecessary feature declarations 2023-03-29 16:20:58 -07:00
rialto Remove unnecessary feature declarations 2023-03-29 16:20:58 -07:00
tests Don't ignore bootFailsWhenPvmFwDataIsCompromised 2023-03-29 16:51:07 +01:00
virtualizationmanager Consider RawConfig as non-debuggable 2023-03-28 07:09:29 +00:00
virtualizationservice Add --gdb flag to vm run,run-app and run-microdroid commands 2023-02-16 14:33:18 +00:00
vm Search for CompOsPayloadApp/EmptyPayloadApp with extensions 2023-03-01 12:01:55 -08:00
vm_payload Documentation fixes 2023-01-16 12:17:19 +00:00
vmbase Remove unnecessary feature declarations 2023-03-29 16:20:58 -07:00
vmclient Reduce virtmgr threads 2023-03-06 12:14:12 +00:00
zipfuse Make sure that files under bin/ directory of apk get X permission 2023-02-27 15:59:08 +00:00
.clang-format
.gitignore
Android.bp
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING Move ComposHostTestCases to postsubmit, since it has a high failure rate on cf in presubmit. 2023-03-08 14:17: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.