cloud-hypervisor/vmm
Rob Bradford 833a3d456c pci, vmm: Expose the PCI bus for configuration via MMIO
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>
2019-09-30 18:00:31 +01:00
..
src pci, vmm: Expose the PCI bus for configuration via MMIO 2019-09-30 18:00:31 +01:00
Cargo.toml vmm: Add MMIO support 2019-09-13 12:30:13 +01:00