commit | 287de62468f4b7ce21e5bb5edab6f6f5eeceeff1 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Jun 08 13:17:03 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Jun 08 14:27:19 2023 +0000 |
tree | 7984102c2e0f1424221bc01774dc9a861f0a6fff | |
parent | 93ee98acfc807de44c250a689f9b2110be50d7b6 [diff] |
[pvmfw][virtio] Refactor PCI initialisation This cl refactors PCI initialisation by: - Introducing a new error type specifically for PCI. - Replacing the pvmfw-specific error type with the new PCIError to facilitate moving this module to vmbase for reuse later. - Setting the static PCI_INFO before mapping the PCI CAM and BAR ranges. Bug: 284462758 Test: m pvmfw_img Change-Id: I66a653f4c9d404e7655919e89acf9bb93bb6aaaa
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.