commit | b579eee2eb858e91ad26692c4f12f3d429f38844 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 19 17:32:53 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Oct 24 12:12:37 2022 +0100 |
tree | 24c8d228d00884716ea9b2f00dabd0fd160c0995 | |
parent | 6c4c4f77914e8da930e9d141cfdfe6fdd435b850 [diff] |
pvmfw: Issue MMIO_GUARD_ENROLL before UART setup Issue the HVC for when pvmfw is loaded by the VMM (in crosvm, when the --protected-vm-with-firmware flag is passed) as, in that case, pKVM supports MMIO_GUARD but doesn't auto-enroll the VM into it. When the pVM has been auto-enrolled, the HVC returns SUCCESS and this change has no effect. Test: crosvm run --protected-vm-with-firmware <pvmfw> --bios <payload> Change-Id: Id552d6dccea7d865d593dc87c4195d146105c67f
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.