cloud-hypervisor/pci/src
Sebastien Boeuf 89218b6d1e pci: Replace BAR tuple with PciBarConfiguration
In order to make the code more consistent and easier to read, we remove
the former tuple that was used to describe a BAR, replacing it with the
existing structure PciBarConfiguration.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-04-19 12:54:09 -07:00
..
bus.rs pci: Replace BAR tuple with PciBarConfiguration 2022-04-19 12:54:09 -07:00
configuration.rs pci: Replace BAR tuple with PciBarConfiguration 2022-04-19 12:54:09 -07:00
device.rs pci: Replace BAR tuple with PciBarConfiguration 2022-04-19 12:54:09 -07:00
lib.rs pci, vmm: Update DeviceNode to store PciBdf instead of u32 2022-02-16 11:57:23 +00:00
msi.rs vm-device, pci, devices: Remove InterruptSourceGroup::{un}mask 2022-04-11 22:56:48 +01:00
msix.rs vm-device, pci, devices: Remove InterruptSourceGroup::{un}mask 2022-04-11 22:56:48 +01:00
vfio_user.rs pci: Replace BAR tuple with PciBarConfiguration 2022-04-19 12:54:09 -07:00
vfio.rs pci: Replace BAR tuple with PciBarConfiguration 2022-04-19 12:54:09 -07:00