cloud-hypervisor/pci/src
Samuel Ortiz 53ce529875 vfio: Move the PCI implementation to the PCI crate
There is a much stronger PCI dependency from vfio_pci.rs than a VFIO one
from pci/src/vfio.rs. It seems more natural to have the PCI specific
VFIO implementation in the PCI crate rather than the other way around.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2020-06-04 08:48:55 +02:00
..
bus.rs build: Address issues found by 1.43.0 clippy 2020-05-27 19:32:12 +02:00
configuration.rs pci: Implement Snapshottable trait for PciConfiguration 2020-05-11 11:38:16 +01:00
device.rs pci: Extend PciDevice trait with new free_bars() method 2020-03-11 13:10:30 +00:00
lib.rs vfio: Move the PCI implementation to the PCI crate 2020-06-04 08:48:55 +02:00
msi.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
msix.rs pci: Implement Snapshottable trait for MsixConfig 2020-05-11 11:38:16 +01:00
vfio.rs vfio: Move the PCI implementation to the PCI crate 2020-06-04 08:48:55 +02:00