Go to file
John Galt 3579706d28 vmbase_cc_defaults: disable LTO for build workaround
We cannot do cross language LTO as long as rustc is built against older
LLVM.

Change-Id: I89aeae28c65c0ac7bf39e068b4d91924e7592dbc
2024-07-04 17:32:46 +05:30
apex Bump the version_code of virt & compos apex 2023-03-30 14:02:23 +00:00
apkdmverity Fix warnings from Rust 1.65.0 2023-01-19 11:10:35 -08:00
authfs Merge "Explicitly include MicrodroidTestPreparer in the test module" 2023-04-12 04:53:20 +00:00
compos Merge "Split vm_identifier of Compos into ComposComposd and ComposVerify" 2023-04-12 01:52:12 +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: Enable 64-bit fs & extents 2023-03-30 10:06:30 +00:00
javalib Remove bootloader-related death reasons 2023-04-14 14:09:06 +01:00
launcher Emit launcher error to kernel log 2022-12-12 11:29:00 +09:00
libs libs: libfdt: Fix Fdt::header() using bad pointer 2023-05-09 13:29:35 +00:00
microdroid microdroid: Add device-mapper capabilities to ueventd. 2023-06-06 21:53:06 -07:00
microdroid_manager Update to use new PropertyWatcher methods. 2023-05-30 22:21:58 +00:00
pvmfw pvmfw: Randomize guest KASLR seed 2023-11-09 21:21:50 +00:00
rialto vmbase: Move stack to end of writable_data 2023-05-09 13:28:47 +00:00
tests Rely on logs instead to port forwarding in test 2023-05-15 08:42:38 +00:00
virtualizationmanager Revert "[vs] Extract writable partition initialization into a ne..." 2023-04-19 14:22:47 +00:00
virtualizationservice Update to use new PropertyWatcher methods. 2023-05-30 22:21:58 +00:00
vm Search for CompOsPayloadApp/EmptyPayloadApp with extensions 2023-03-01 12:01:55 -08:00
vm_payload Require unsafe blocks in unsafe functions 2023-04-21 12:00:55 +01:00
vmbase vmbase_cc_defaults: disable LTO for build workaround 2024-07-04 17:32:46 +05:30
vmclient Remove bootloader-related death reasons 2023-04-14 14:09:06 +01:00
zipfuse Make sure that files under bin/ directory of apk get X permission 2023-02-27 15:59:08 +00: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 Disable ComposTestCase on Cuttlefish 2023-04-06 10:24:07 +01:00
rustfmt.toml Enable rust formatting preupload hooks 2020-10-13 12:23:13 +01:00

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.