commit | c332fae87213be4d18e799277720d1a128efd30e | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Jun 22 11:37:12 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Jun 28 11:43:48 2023 +0000 |
tree | 323f306be7f5232cb0577e8c34b6358efd103b1c | |
parent | c5033fcf96b8b47556052c6327b9ae6ac59ba2d0 [diff] |
vmbase: Move heap.rs out of pvmfw The module isn't pvmfw-specific so move it to vmbase and re-use the now centralized implementation in Rialto and vmbase_example. This will allow fully wrapping heap-initialization in vmbase in a future commit. Deduplicate the dependency on buddy_system_allocator. Test: TH Change-Id: If39f46d99a3721001b5784f782577ae0c2a4b89d
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.