commit | efe780cffa43fd4a34f3de275c7d4aec4c56a16c | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Feb 21 21:36:30 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Feb 24 19:52:05 2023 +0000 |
tree | 713a9cf21f35a6e3a2e848b8f901a356fb426bf9 | |
parent | faa5ad207f725209b678335ac06a78a8d5fbdcea [diff] |
pvmfw: refactor: Regroup config data slicing As we need the slices covering the entries of the configuration data to be mutable (e.g. to zero the BCC's CDIs or apply a DTBO), unify the API so that both slices are returned through one call, to please the borrow checked when the slices are used at the same time i.e. to avoid error[E0499]: cannot borrow `appended` as mutable more than once at a time Note: No functional change intended. Bug: 249054080 Bug: 268265510 Test: atest MicrodroidHostTests Change-Id: I53f789add85f3f1b602a7b91cce3e7dd78727eef
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.