mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-19 10:01:30 +00:00
Refactor the PCI datastructures to move the device ownership to a PciBus struct. This PciBus struct can then be used by both a PciConfigIo and PciConfigMmio in order to expose the configuration space via both IO port and also via MMIO for PCI MMCONFIG. Signed-off-by: Rob Bradford <robert.bradford@intel.com>