cloud-hypervisor/pci/src
Sebastien Boeuf f767e97fa5 pci: vfio: Split PCI capability parsing functions
We need to split the parsing functions into one function dedicated to
the actual parsing and a second function for initializing the interrupt
type. This will be useful on the restore path as the parsing won't be
needed.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-04-22 16:16:48 +02:00
..
bus.rs pci: Replace BAR tuple with PciBarConfiguration 2022-04-19 12:54:09 -07:00
configuration.rs vmm: Use new Resource type PciBar 2022-04-19 12:54:09 -07:00
device.rs vmm: Use new Resource type PciBar 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 pci: msi: Implement Snapshot for MsiConfig 2022-04-22 16:16:48 +02: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: vfio: Split PCI capability parsing functions 2022-04-22 16:16:48 +02:00