commit | 81e8f1421ddd0980464eb2e03f4c9f1c095e7b3b | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Jun 06 12:47:14 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Jun 06 13:13:53 2023 +0000 |
tree | 9a3adf4da38ad1f585861eaf3920d91b096a7f9c | |
parent | 3fa9b80010beabc205a5898aeec762f7f2176207 [diff] |
[pvmfw] Refactor Range<usize> overlap check This cl refactors the Range<usize> overlap check by removing the T:Copy requirement and moves it to RangeExt to group it together with the other Range check function. Bug: 284462758 Test: m pvmfw_img Change-Id: If86bfdf6d0a27af115d7f3a4c60b4e203c75808d
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.