cloud-hypervisor/vmm
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
..
src pci, vmm: Defer mapping VFIO MMIO regions on restore 2022-06-09 09:19:58 +02:00
Cargo.toml vmm: Pull in gdb dependencies only when building with feature 2022-06-08 11:30:20 +01:00