commit | 3e3d733007866e6fb385f162f35a23e4bc2e14d4 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Jun 22 10:44:29 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Jun 22 11:15:26 2023 +0000 |
tree | fa13940c87b2c51894f8bf5786105ae399738638 | |
parent | cb38e6d2a44de35dc954490648f0f3b514f7f32c [diff] |
vmbase: Move rand.rs out of pvmfw The module isn't pvmfw-specific and could be re-used by other vmbase-based code so move it. This will allow better future integration with the TRNG already performed in vmbase/entry.S and with the C interface exported by vmbase/src/bionic.rs. Test: TH Change-Id: I842425264c87cfe97618aceda371b410d7af6046
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.