commit | 7c55c7d33fec0a8363f67190c2dfffe2769396ce | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Jul 05 14:51:40 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Jul 06 09:14:16 2023 +0000 |
tree | e91fa6deed1a566a9b64c0e3bc123c2381dbc5fb | |
parent | 0ae33e94be2b1bdcff351088b7526049a9738695 [diff] |
[vmbase][pci] Decouple Hal impl from PciTransportIterator This cl decouples the specific implementation of the virtio_drivers::Hal trait from the PciTransportIterator struct, enabling it to be used in a wider range of scenarios. This also allows the iterator to be tested in the vmbase integration test. Test: m pvmfw_img Test: atest vmbase_example.integration_test Bug: 284462758 Change-Id: I0bee834e8db534cbdc49be84d5b4cdda30b8288a
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.