commit | 90e6f16ad6bd527b71b40dadc7d967ba4c665d7e | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Apr 17 13:49:45 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Apr 18 07:59:34 2023 +0000 |
tree | 97cf4179a31ecf3e1c76c875052a0034f248d7cb | |
parent | bfa0d4c4a90a61961a73d492d9a1f8d9704e5906 [diff] |
[hypervisor] Add mmio_guard_init() to Hypervisor trait Since MMIO guard is currently KVM specific, we can move the details to hypervisor/kvm.rs. This makes it easier to extend the Hypervisor trait for the hypervisors that do not support MMIO guard. Bug: 272226230 Test: atest rialto_test && m pvmfw_img Change-Id: Ib313130946f7f27968fca79c7954a27bc283d0b5
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.