cloud-hypervisor/pci
Sebastien Boeuf e1701f11b1 pci: Implement Snapshottable trait for PciConfiguration
The PCI configuration from each PCI device is modified at runtime as we
can expect the guest OS to write to some PCI capability structure, or
move the BAR to a different location in the guest address space.

For all the reasons why such configuration might differ from the initial
configuration, we must store the registers values to be able to restore
them with the right values whenever a PCI device is being restored.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-05-11 11:38:16 +01:00
..
src pci: Implement Snapshottable trait for PciConfiguration 2020-05-11 11:38:16 +01:00
Cargo.toml pci: Implement Snapshottable trait for MsixConfig 2020-05-11 11:38:16 +01:00