commit | 382a58b4e8dd87de5a414567232973171fee9ac9 | [log] [tgz] |
---|---|---|
author | Srivatsa Vaddagiri <quic_svaddagi@quicinc.com> | Wed Apr 19 22:56:33 2023 -0700 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue May 09 13:27:29 2023 +0000 |
tree | c282a334bcd35e5727c20f53530f3aa40af88ff9 | |
parent | abc85d56e80e3663b06cc7a2384e8daf4b0577f2 [diff] |
[pvmfw] Define RangeExt trait on Range datatype 'is_within' of within RangeExt trait helps test if one range is contained within another range. This will avoid duplicating the same code in multiple places. Test: m pvmfw_img Bug: 271493784 Change-Id: I3fb76706620593efb45ce607eaf61d280c5a4a6c Merged-In: I3fb76706620593efb45ce607eaf61d280c5a4a6c
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.