cloud-hypervisor/pci/src
Sebastien Boeuf 81ba70a497 pci, vmm: Defer mapping VFIO MMIO regions on restore
When restoring a VM, the restore codepath will take care of mapping the
MMIO regions based on the information from the snapshot, rather than
having the mapping being performed during device creation.

When the device is created, information such as which BARs contain the
MSI-X tables are missing, preventing to perform the mapping of the MMIO
regions.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-06-09 09:19:58 +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: Make MsiCap field public 2022-06-09 09:19:58 +02:00
msix.rs pci: msix: Derive Versionize for MsixCap 2022-06-09 09:19:58 +02:00
vfio_user.rs pci, vmm: Defer mapping VFIO MMIO regions on restore 2022-06-09 09:19:58 +02:00
vfio.rs pci, vmm: Defer mapping VFIO MMIO regions on restore 2022-06-09 09:19:58 +02:00