commit | 2aedaae4046932d7b46703f3c8a9a0585d980a6f | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Apr 14 15:01:47 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Apr 14 15:01:47 2023 +0100 |
tree | e6bddb8477ffdde859c90c2047461a070387310c | |
parent | 3a805779acab3320a0e94e53af80f16954301432 [diff] |
pvmfw: Keep write_sysreg() unsafe As writing some system registers (such as SCTLR or TTBR) may have Rust-visible side effects, force the caller to mark the use of the currently unused macro as unsafe. Test: - Change-Id: I24798ca2a295940554d4665dd92ab2855a8c5814
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.